aboutsummaryrefslogtreecommitdiffstats
path: root/launcher/src/appinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/src/appinfo.h')
-rw-r--r--launcher/src/appinfo.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/launcher/src/appinfo.h b/launcher/src/appinfo.h
index 052c5df..e1b97e6 100644
--- a/launcher/src/appinfo.h
+++ b/launcher/src/appinfo.h
@@ -19,8 +19,8 @@
#ifndef APPINFO_H
#define APPINFO_H
+#include <QObject>
#include <QtCore/QSharedDataPointer>
-#include <QtDBus/QDBusArgument>
class AppInfo
{
@@ -54,9 +54,6 @@ public:
void read(const QJsonObject &json);
- friend QDBusArgument &operator <<(QDBusArgument &argument, const AppInfo &appInfo);
- friend const QDBusArgument &operator >>(const QDBusArgument &argument, AppInfo &appInfo);
-
private:
class Private;
QSharedDataPointer<Private> d;