summaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h
index 066843c2..bf66c0dd 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -72,6 +72,9 @@ public:
static Settings &instance();
+ void processUpdates(
+ const QVersionNumber& currentVersion, const QVersionNumber& lastVersion);
+
QString getFilename() const;
/**
@@ -169,9 +172,13 @@ public:
std::optional<int> getSelectedExecutable() const;
std::optional<bool> getUseProxy() const;
+ std::optional<QVersionNumber> getVersion() const;
+ bool getFirstStart() const;
+
GeometrySettings& geometry();
const GeometrySettings& geometry() const;
+
/**
* retrieve the directory where profiles stored (with native separators)
**/