mirror of
https://github.com/status-im/snorenotify.git
synced 2025-01-24 07:20:20 +00:00
Fix gcc pedantic warning
This commit is contained in:
parent
9b15b88640
commit
5d4620728b
@ -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) ;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user