1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-11 00:36:35 -05:00

configuration: Move CreateWidget to a class

We were passing so many objects between the function and the caller that
it needed to be redesigned.
This commit is contained in:
lat9nq
2023-05-08 22:37:03 -04:00
parent d35577d3ed
commit f66d617107
10 changed files with 507 additions and 453 deletions

View File

@@ -15,6 +15,7 @@
#include "vk_device_info.h"
#include "yuzu/configuration/configuration_shared.h"
class QPushButton;
class QEvent;
class QObject;
class QComboBox;