diff options
author | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2023-05-08 22:37:03 -0400 |
---|---|---|
committer | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2023-07-21 10:56:07 -0400 |
commit | f66d617107e45f8213643f2bbaa5f58878c3d3a6 (patch) | |
tree | dce6687605ba2f3d195d75aec44a92769e95455f /src/yuzu/configuration/configure_graphics.h | |
parent | d35577d3ed0bfc56ddf85a2e8b163d9d02bec809 (diff) |
configuration: Move CreateWidget to a class
We were passing so many objects between the function and the caller that
it needed to be redesigned.
Diffstat (limited to 'src/yuzu/configuration/configure_graphics.h')
-rw-r--r-- | src/yuzu/configuration/configure_graphics.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/configuration/configure_graphics.h b/src/yuzu/configuration/configure_graphics.h index a049458a8..4ef551341 100644 --- a/src/yuzu/configuration/configure_graphics.h +++ b/src/yuzu/configuration/configure_graphics.h @@ -15,6 +15,7 @@ #include "vk_device_info.h" #include "yuzu/configuration/configuration_shared.h" +class QPushButton; class QEvent; class QObject; class QComboBox; |