diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-07-20 09:47:09 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-08-02 03:06:58 -0400 |
| commit | d91d0caba5fac3b2b27698a5e6ab4a9b60efbf53 (patch) | |
| tree | bbd7b14a01a01db74db715f7d58d1a4e96389dd0 /src/settings.h | |
| parent | af95b3b8637d28517f69a70f13b901cc7f43d121 (diff) | |
removed incorrect warning that steam password is unencrypted
split steam tab
Diffstat (limited to 'src/settings.h')
| -rw-r--r-- | src/settings.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/settings.h b/src/settings.h index b9383ce4..5bf705d1 100644 --- a/src/settings.h +++ b/src/settings.h @@ -461,19 +461,6 @@ private: void setLevelsBox(); }; - /** Display/store the configuration in the 'steam' tab of the settings dialogue */ - class SteamTab : public SettingsTab - { - public: - SteamTab(Settings *m_parent, SettingsDialog &m_dialog); - - void update(); - - private: - QLineEdit *m_steamUserEdit; - QLineEdit *m_steamPassEdit; - }; - /** Display/store the configuration in the 'plugins' tab of the settings dialogue */ class PluginsTab : public SettingsTab { |
