mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-11-06 01:49:04 -06:00
configuration: Add const qualifier where able
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
#include "yuzu/debugger/console.h"
|
||||
#include "yuzu/uisettings.h"
|
||||
|
||||
ConfigureDebug::ConfigureDebug(Core::System& system_, QWidget* parent)
|
||||
ConfigureDebug::ConfigureDebug(const Core::System& system_, QWidget* parent)
|
||||
: QWidget(parent), ui(new Ui::ConfigureDebug), system{system_} {
|
||||
ui->setupUi(this);
|
||||
SetConfiguration();
|
||||
|
||||
Reference in New Issue
Block a user