aboutsummaryrefslogtreecommitdiffstats
path: root/src/datasources
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2024-06-14 10:50:22 +0200
committerEike Ziller <eike.ziller@qt.io>2024-06-14 10:50:58 +0200
commit88830f80fb0d2f45a642e303e4c061360bc989a1 (patch)
tree48f6be348ed31217925ae68ccff06d9c72b107d3 /src/datasources
parent00ade7d91040e1512bd38d9dd876b09220c6ba60 (diff)
parenta491f4ef19831a16379414d9eff632a325482ed7 (diff)
Merge remote-tracking branch 'origin/14.0'HEADmaster
Diffstat (limited to 'src/datasources')
-rw-r--r--src/datasources/applicationsource.h1
-rw-r--r--src/datasources/servicesource.h3
2 files changed, 3 insertions, 1 deletions
diff --git a/src/datasources/applicationsource.h b/src/datasources/applicationsource.h
index 5dc08bb..a65f464 100644
--- a/src/datasources/applicationsource.h
+++ b/src/datasources/applicationsource.h
@@ -3,6 +3,7 @@
#pragma once
+#include <QCoreApplication>
#include <QtCore/QVariantMap>
#include <KUserFeedback/AbstractDataSource>
diff --git a/src/datasources/servicesource.h b/src/datasources/servicesource.h
index 707c407..c6e1bc3 100644
--- a/src/datasources/servicesource.h
+++ b/src/datasources/servicesource.h
@@ -26,8 +26,9 @@
#include <memory>
-#include <QtCore/QVariantMap>
+#include <QCoreApplication>
#include <QtCore/QUuid>
+#include <QtCore/QVariantMap>
#include <KUserFeedback/AbstractDataSource>
#include <KUserFeedback/Provider>