mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-10 18:18:49 +00:00
Qt: Remove the warning in the settings window
This commit is contained in:
parent
3fe8e102fc
commit
74df52fb2c
2 changed files with 1 additions and 19 deletions
|
@ -24,10 +24,8 @@ public slots:
|
|||
|
||||
private:
|
||||
void MakeCategoryList();
|
||||
void MakeUnfinishedWarning();
|
||||
void AddCategoryToList(const QString& title, const std::string& icon_name);
|
||||
void SetupSettingsWidget();
|
||||
QStackedWidget* m_settings_outer;
|
||||
QListWidget* m_categories;
|
||||
QGroupBox* m_warning_group;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue