[utilities/kdebugsettings] src/quickapps: Fix copyright + icon

Laurent Montel <[email protected]>
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git commit 7570901ba340f224828c7d687b9ec44b7f080bee by Laurent Montel.
Committed on 17/07/2026 at 05:46.
Pushed by mlaurent into branch 'master'.

Fix copyright + icon

M  +3    -1    src/quickapps/main.cpp

https://invent.kde.org/utilities/kdebugsettings/-/commit/7570901ba340f224828c7d687b9ec44b7f080bee

diff --git a/src/quickapps/main.cpp b/src/quickapps/main.cpp
index 98940310..c5dac4c2 100644
--- a/src/quickapps/main.cpp
+++ b/src/quickapps/main.cpp
@@ -27,6 +27,7 @@
 #include <QCommandLineParser>
 #include <QStandardPaths>
 
+#include <QIcon>
 #include <QQmlApplicationEngine>
 #include <QQmlContext>
 #include <QQuickStyle>
@@ -61,8 +62,9 @@ int main(int argc, char **argv)
                          QStringLiteral(KDEBUGSETTINGS_VERSION),
                          i18n("Configure debug settings"),
                          KAboutLicense::GPL_V2,
-                         i18n("(c) %1 kdebugsettings authors", u"2023"_s));
+                         i18n("(c) 2023-%1 kdebugsettings authors", u"2026"_s));
     aboutData.addAuthor(i18nc("@info:credit", "Laurent Montel"), i18n("Maintainer"), u"[email protected]"_s);
+    QApplication::setWindowIcon(QIcon::fromTheme(u"debug-run"_s));
     KAboutData::setApplicationData(aboutData);
 
     QCommandLineParser parser;
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.