mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 23:35:33 +08:00
refs #452, added streaming operator for pixmap
This commit is contained in:
committed by
Mathew Sutcliffe
parent
874f29098b
commit
abd1927eb9
@@ -115,4 +115,14 @@ operator>>(const QDBusArgument &argument, ENUM &enumType)
|
||||
return argument;
|
||||
}
|
||||
|
||||
/*!
|
||||
* Non member non-friend streaming for QPixmap
|
||||
*/
|
||||
const QDBusArgument &operator>>(const QDBusArgument &argument, QPixmap &pixmap);
|
||||
|
||||
/*!
|
||||
* Non member non-friend streaming for QPixmap
|
||||
*/
|
||||
QDBusArgument &operator<<(QDBusArgument &argument, const QPixmap &pixmap);
|
||||
|
||||
#endif // guard
|
||||
|
||||
Reference in New Issue
Block a user