diff options
Diffstat (limited to 'src/settings.h')
| -rw-r--r-- | src/settings.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h index 613a63bb..c4be0d7b 100644 --- a/src/settings.h +++ b/src/settings.h @@ -257,6 +257,9 @@ public: QColor pluginListContained() const; void setPluginListContained(const QColor& c); + QColor pluginListMaster() const; + void setPluginListMaster(const QColor& c); + std::optional<QColor> previousSeparatorColor() const; void setPreviousSeparatorColor(const QColor& c) const; void removePreviousSeparatorColor(); |
