summaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h
index bc21ca5b..7d6fe229 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -390,6 +390,22 @@ private:
QListWidget *m_pluginBlacklistList;
};
+ /** Display/store the configuration in the 'workarounds' tab of the settings dialogue */
+ class WorkaroundsTab : SettingsTab
+ {
+ public:
+ WorkaroundsTab(Settings *m_parent, SettingsDialog &m_dialog);
+
+ void update();
+
+ private:
+ QLineEdit *m_appIDEdit;
+ QComboBox *m_mechanismBox;
+ QLineEdit *m_nmmVersionEdit;
+ QCheckBox *m_hideUncheckedBox;
+ QCheckBox *m_forceEnableBox;
+ QCheckBox *m_displayForeignBox;
+ };
private slots: