[utilities/skanpage] src: Include only needed header instead of QtConcurrent module header
Friedrich W. H. Kossebau <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 0836df0ce0957f9cfffe28be4a7fa2233b13c3fb by Friedrich W. H. Kossebau. Committed on 14/07/2026 at 22:49. Pushed by kossebau into branch 'master'. Include only needed header instead of QtConcurrent module header Qt module headers increase build cost by all their own includes. M +1 -1 src/DocumentPrinter.cpp https://invent.kde.org/utilities/skanpage/-/commit/0836df0ce0957f9cfffe28be4a7fa2233b13c3fb diff --git a/src/DocumentPrinter.cpp b/src/DocumentPrinter.cpp index 7a5bab3..ddc52d5 100644 --- a/src/DocumentPrinter.cpp +++ b/src/DocumentPrinter.cpp @@ -11,7 +11,7 @@ #include <QPrinter> #include <QTransform> -#include <QtConcurrent> +#include <QtConcurrentRun> #include <KLocalizedString>