Fix gcc pedantic warning

This commit is contained in:
Patrick von Reth 2015-08-27 16:46:55 +02:00
parent 9b15b88640
commit 5d4620728b

View File

@ -44,7 +44,7 @@ private:
}; };
Q_DECLARE_METATYPE(FreedesktopImageHint); Q_DECLARE_METATYPE(FreedesktopImageHint)
QDBusArgument &operator<<(QDBusArgument &a, const FreedesktopImageHint &i); QDBusArgument &operator<<(QDBusArgument &a, const FreedesktopImageHint &i);
const QDBusArgument &operator >>(const QDBusArgument &a, FreedesktopImageHint &i) ; const QDBusArgument &operator >>(const QDBusArgument &a, FreedesktopImageHint &i) ;