X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=launcher%2Fsrc%2Fappinfo.h;h=e1b97e6857746681f849a0afd730c0f5564e7764;hb=aa8e593bf3d5138d007619048eeac0e4b9863b7a;hp=052c5dfc8caac819e497698c7f24c613ca6c32f4;hpb=ac2557137950463ba3feec2a19ca26c81ee91cbe;p=apps%2Flauncher.git 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 #include -#include 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 d;