summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qstylehints_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/kernel/qstylehints_p.h')
-rw-r--r--src/gui/kernel/qstylehints_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/kernel/qstylehints_p.h b/src/gui/kernel/qstylehints_p.h
index a93a410987..2b3979512a 100644
--- a/src/gui/kernel/qstylehints_p.h
+++ b/src/gui/kernel/qstylehints_p.h
@@ -40,13 +40,13 @@ public:
int m_mouseDoubleClickDistance = -1;
int m_touchDoubleTapDistance = -1;
- Qt::Appearance appearance() const { return m_appearance; }
- void setAppearance(Qt::Appearance appearance);
+ Qt::ColorScheme colorScheme() const { return m_colorScheme; }
+ void updateColorScheme(Qt::ColorScheme colorScheme);
static QStyleHintsPrivate *get(QStyleHints *q);
private:
- Qt::Appearance m_appearance = Qt::Appearance::Unknown;
+ Qt::ColorScheme m_colorScheme = Qt::ColorScheme::Unknown;
};
QT_END_NAMESPACE