summaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
authorSilarn <jrim@rimpo.org>2019-02-11 20:30:45 -0600
committerSilarn <jrim@rimpo.org>2019-02-18 21:31:21 -0600
commitf7d1ce1fae80e42141198547d6c54689e085327f (patch)
treef9b111e3fe7f09ad9e5139401dec19c6cc1bea76 /src/settings.h
parent2b9d2f32fbbc576c9367a24c0347e5870ff20117 (diff)
Small updates, cleanup, update code, cache settings, tooltips
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/settings.h b/src/settings.h
index ddb7cac0..2cd3f0b6 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -65,14 +65,6 @@ class Settings : public QObject
{
Q_OBJECT
- Q_ENUMS(NexusUpdateStrategy)
-
-public:
-
- enum NexusUpdateStrategy {
- Rigid,
- Flexible
- };
public:
@@ -239,11 +231,6 @@ public:
*/
int crashDumpsMax() const;
- /**
- * @return the configured Nexus update strategy
- */
- NexusUpdateStrategy nexusUpdateStrategy() const;
-
QColor modlistOverwrittenLooseColor() const;
QColor modlistOverwritingLooseColor() const;
@@ -499,7 +486,6 @@ private:
QListWidget *m_knownServersList;
QListWidget *m_preferredServersList;
QCheckBox *m_endorsementBox;
- QCheckBox *m_updateStrategyBox;
};
/** Display/store the configuration in the 'steam' tab of the settings dialogue */
@@ -578,6 +564,4 @@ private:
};
-Q_DECLARE_METATYPE(Settings::NexusUpdateStrategy)
-
#endif // SETTINGS_H