mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 19:28:43 +12:00
Qt: move GetBootConfirmation to gui_settings
This commit is contained in:
parent
b4b8c1e4b2
commit
1805cb44e6
5 changed files with 44 additions and 43 deletions
|
@ -239,6 +239,7 @@ public:
|
|||
|
||||
void ShowConfirmationBox(const QString& title, const QString& text, const gui_save& entry, int* result, QWidget* parent);
|
||||
void ShowInfoBox(const QString& title, const QString& text, const gui_save& entry, QWidget* parent);
|
||||
bool GetBootConfirmation(QWidget* parent, const gui_save& gui_save_entry = gui_save());
|
||||
|
||||
logs::level GetLogLevel();
|
||||
bool GetGamelistColVisibility(int col);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue