summaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h
index 1556ba1e..d604823a 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -629,6 +629,9 @@ public:
int crashDumpsMax() const;
void setCrashDumpsMax(int n);
+ std::chrono::seconds spawnDelay() const;
+ void setSpawnDelay(std::chrono::seconds t);
+
private:
QSettings& m_Settings;
};