[utilities/kdebugsettings] src/quickapps: Include only needed header instead of QtQml module header
Friedrich W. H. Kossebau <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit cbba1c3597816961847006edd56f2db1f2eced15 by Friedrich W. H. Kossebau. Committed on 16/07/2026 at 22:23. Pushed by kossebau into branch 'master'. Include only needed header instead of QtQml module header M +1 -1 src/quickapps/main.cpp https://invent.kde.org/utilities/kdebugsettings/-/commit/cbba1c3597816961847006edd56f2db1f2eced15 diff --git a/src/quickapps/main.cpp b/src/quickapps/main.cpp index ca4b42fe..4d212ac7 100644 --- a/src/quickapps/main.cpp +++ b/src/quickapps/main.cpp @@ -30,9 +30,9 @@ using namespace Qt::Literals::StringLiterals; #include <QStandardPaths> #include <QQmlApplicationEngine> +#include <QQmlContext> #include <QQuickStyle> #include <QUrl> -#include <QtQml> #include <iostream>