summaryrefslogtreecommitdiff
path: root/src/settingsdialog.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-08-16 08:02:14 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2019-08-16 08:02:14 -0400
commita5cb39aaf44b1f84003fb2ec2d36f07bf28916e4 (patch)
tree083e7ca94003ac269b323f135b9eafe560e5aedc /src/settingsdialog.h
parent3f487a5a6c9c23824298fdde3d76dc82edf3ca46 (diff)
moved all geometry save, restore and reset to GeometrySettings
changed reset button in settings to restart immediately
Diffstat (limited to 'src/settingsdialog.h')
-rw-r--r--src/settingsdialog.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/settingsdialog.h b/src/settingsdialog.h
index 03bba7cf..efc4a095 100644
--- a/src/settingsdialog.h
+++ b/src/settingsdialog.h
@@ -71,7 +71,6 @@ public:
// temp
Ui::SettingsDialog *ui;
bool m_keyChanged;
- bool m_GeometriesReset;
PluginContainer *m_PluginContainer;
int exec() override;
@@ -81,7 +80,6 @@ public slots:
public:
bool getApiKeyChanged();
- bool getResetGeometries();
private:
Settings* m_settings;