summaryrefslogtreecommitdiff
path: root/src/settingsdialog.h
diff options
context:
space:
mode:
authorLostDragonist <lost.dragonist@gmail.com>2018-12-08 01:19:37 -0600
committerLostDragonist <lost.dragonist@gmail.com>2018-12-08 01:19:37 -0600
commit4914fd172deffe15631ab37264a1ffda33637e99 (patch)
treeb265d4c71c0a9b83ad8797838e1c81e3fa124422 /src/settingsdialog.h
parent02fe0d3384c60b96e85274e94f4c3b344780a0ca (diff)
Add workarounds button to reset window geometries
Diffstat (limited to 'src/settingsdialog.h')
-rw-r--r--src/settingsdialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settingsdialog.h b/src/settingsdialog.h
index 911f910d..95ed288f 100644
--- a/src/settingsdialog.h
+++ b/src/settingsdialog.h
@@ -70,6 +70,7 @@ public:
QColor getContainsColor() { return m_ContainsColor; }
QColor getContainedColor() { return m_ContainedColor; }
QString getExecutableBlacklist() { return m_ExecutableBlacklist; }
+ bool getResetGeometries();
void setOverwritingColor(QColor col) { m_OverwritingColor = col; }
void setOverwrittenColor(QColor col) { m_OverwrittenColor = col; }