[plasma/spectacle] src/Gui: Remove unneeded QtQml module header include
Friedrich W. H. Kossebau <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit f5cf3fc0d308635fd7cd4a5d23aa84e804f41429 by Friedrich W. H. Kossebau. Committed on 20/07/2026 at 06:15. Pushed by kossebau into branch 'master'. Remove unneeded QtQml module header include M +0 -1 src/Gui/SpectacleWindow.cpp https://invent.kde.org/plasma/spectacle/-/commit/f5cf3fc0d308635fd7cd4a5d23aa84e804f41429 diff --git a/src/Gui/SpectacleWindow.cpp b/src/Gui/SpectacleWindow.cpp index e53057eb3..b6915d38b 100644 --- a/src/Gui/SpectacleWindow.cpp +++ b/src/Gui/SpectacleWindow.cpp @@ -19,7 +19,6 @@ #include <QApplication> #include <QColorDialog> #include <QFontDialog> -#include <QtQml> #include <utility> using namespace Qt::StringLiterals;