diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-08-03 03:39:22 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-08-04 06:09:48 -0400 |
| commit | 37502f388422b2fdb60c2564d733ec015f579831 (patch) | |
| tree | f830e2412a74bfb4a49d211b0f525afe4147cd42 /src/settings.h | |
| parent | cc3a16c6e9d58ed68a31be52f9fe2ef1d514ff5f (diff) | |
removed convertVariant(), turns out value() does it
separator colors to settings
Diffstat (limited to 'src/settings.h')
| -rw-r--r-- | src/settings.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h index f4e36b2a..fff684b8 100644 --- a/src/settings.h +++ b/src/settings.h @@ -190,6 +190,10 @@ public: std::optional<QVersionNumber> getVersion() const; bool getFirstStart() const; + std::optional<QColor> getPreviousSeparatorColor() const; + void setPreviousSeparatorColor(const QColor& c) const; + void removePreviousSeparatorColor(); + GeometrySettings& geometry(); const GeometrySettings& geometry() const; |
