diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-07-20 09:31:38 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-08-02 03:06:58 -0400 |
| commit | af95b3b8637d28517f69a70f13b901cc7f43d121 (patch) | |
| tree | 5ff6113611c85b5aabebdf5805d7f93e67a48fb5 /src/settings.h | |
| parent | 0a5ce34b1a80694fbfe6a4d6b4f032b9c11a5376 (diff) | |
renamed tab classes, clashing with mod info dialog
split nexus tab
Diffstat (limited to 'src/settings.h')
| -rw-r--r-- | src/settings.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/settings.h b/src/settings.h index 6f75562b..b9383ce4 100644 --- a/src/settings.h +++ b/src/settings.h @@ -461,22 +461,6 @@ private: void setLevelsBox(); }; - /** Display/store the configuration in the 'nexus' tab of the settings dialogue */ - class NexusTab : public SettingsTab - { - public: - NexusTab(Settings *m_parent, SettingsDialog &m_dialog); - void update(); - - private: - QCheckBox *m_offlineBox; - QCheckBox *m_proxyBox; - QListWidget *m_knownServersList; - QListWidget *m_preferredServersList; - QCheckBox *m_endorsementBox; - QCheckBox *m_hideAPICounterBox; - }; - /** Display/store the configuration in the 'steam' tab of the settings dialogue */ class SteamTab : public SettingsTab { |
