[utilities/qrca] src: Remove unneeded QtQml module header include
Friedrich W. H. Kossebau <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 24c98154cb2e8563decb6d3af96d089728f61f27 by Friedrich W. H. Kossebau. Committed on 16/07/2026 at 16:12. Pushed by kossebau into branch 'master'. Remove unneeded QtQml module header include M +0 -1 src/main.cpp https://invent.kde.org/utilities/qrca/-/commit/24c98154cb2e8563decb6d3af96d089728f61f27 diff --git a/src/main.cpp b/src/main.cpp index e654fb2..d1a526d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -21,7 +21,6 @@ #include <QQuickStyle> #include <QQuickWindow> #include <QUrl> -#include <QtQml> #include <KAboutData> #include <KLocalizedContext>