isDarkTheme getter
This commit is contained in:
@@ -110,6 +110,7 @@ public:
|
|||||||
|
|
||||||
void registerAutoCompletitionClass(int id, ACClassType ac_class, const QString & name, const QIcon & icon = QIcon());
|
void registerAutoCompletitionClass(int id, ACClassType ac_class, const QString & name, const QIcon & icon = QIcon());
|
||||||
bool wordCompletitionEnabled() const { return word_complete; }
|
bool wordCompletitionEnabled() const { return word_complete; }
|
||||||
|
bool isDarkTheme() const { return is_dark_theme; }
|
||||||
|
|
||||||
static QBrush invertedBrush(const QBrush & b);
|
static QBrush invertedBrush(const QBrush & b);
|
||||||
static QTextCharFormat invertedFormat(const QTextCharFormat & f);
|
static QTextCharFormat invertedFormat(const QTextCharFormat & f);
|
||||||
|
|||||||
Reference in New Issue
Block a user