aboutsummaryrefslogtreecommitdiffstats
path: root/src/qt6gtk2-qtplugin/qt6gtk2theme.cpp
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2025-03-12 23:59:13 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2025-03-12 23:59:13 -0400
commit6f6ec30af057eab5a5f17fae6db2ce044fba6b63 (patch)
tree96273af6fe61325b27d7e3c6aec299d00ca6f6ea /src/qt6gtk2-qtplugin/qt6gtk2theme.cpp
parentb3d6861131979cf5be3b5bddcb97e0341512c076 (diff)
parenta9fde3a1a12e9801172e6ff75090f430ad8a8f7b (diff)
Update upstream source from tag 'upstream/0.4'
Update to upstream version '0.4' with Debian dir af81c6dc2ab3df63ff63eed1d3a816beae5724af
Diffstat (limited to 'src/qt6gtk2-qtplugin/qt6gtk2theme.cpp')
-rw-r--r--src/qt6gtk2-qtplugin/qt6gtk2theme.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/qt6gtk2-qtplugin/qt6gtk2theme.cpp b/src/qt6gtk2-qtplugin/qt6gtk2theme.cpp
index 9fbee53..6249477 100644
--- a/src/qt6gtk2-qtplugin/qt6gtk2theme.cpp
+++ b/src/qt6gtk2-qtplugin/qt6gtk2theme.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2015 The Qt Company Ltd. *
- * Copyright (C) 2016-2024 Ilya Kotov, forkotov02@ya.ru *
+ * Copyright (C) 2016-2025 Ilya Kotov, forkotov02@ya.ru *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
@@ -86,8 +86,7 @@ QVariant Qt6Gtk2Theme::themeHint(QPlatformTheme::ThemeHint hint) const
return gtkSetting("gtk-fallback-icon-theme");
case QPlatformTheme::StyleNames:
{
- QStringList styleNames;
- styleNames << "qt6gtk2";
+ QStringList styleNames = { QStringLiteral("qt6gtk2") };
//styleNames << QGnomeTheme::themeHint(hint).toStringList();
return styleNames;
}