summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiang Qi <[email protected]>2024-07-11 14:05:04 +0200
committerLiang Qi <[email protected]>2024-07-12 12:42:22 +0200
commitd58e7a3b11a5879dad27689c008d83a24d500ad7 (patch)
tree34af501fed371f797d4abd16f73b7b00b2d8f1e9
parent0e26a2d74a5117d1a6b25f5038ccb55cffb58ade (diff)
QGUTheme: add Pantheon to the list of GTK based desktop environments
Pantheon is the desktop environment of elementary OS. It is written in Vala, using GTK 3 and Granite. Fixes: QTBUG-52292 Pick-to: 6.8 6.7 6.5 6.2 5.15 Change-Id: I01140d8a2f3b0f2736515c1279e5d3150a0c313d Reviewed-by: Axel Spoerl <[email protected]>
-rw-r--r--src/gui/platform/unix/qgenericunixthemes.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/platform/unix/qgenericunixthemes.cpp b/src/gui/platform/unix/qgenericunixthemes.cpp
index 5cf8f1ae1fa..cd916bcf7a2 100644
--- a/src/gui/platform/unix/qgenericunixthemes.cpp
+++ b/src/gui/platform/unix/qgenericunixthemes.cpp
@@ -1500,6 +1500,7 @@ QStringList QGenericUnixTheme::themeNames()
QList<QByteArray> gtkBasedEnvironments;
gtkBasedEnvironments << "GNOME"
<< "X-CINNAMON"
+ << "PANTHEON"
<< "UNITY"
<< "MATE"
<< "XFCE"