refs #452, added streaming operator for pixmap

This commit is contained in:
Klaus Basan
2015-09-23 02:47:27 +02:00
committed by Mathew Sutcliffe
parent 874f29098b
commit abd1927eb9
2 changed files with 38 additions and 0 deletions

View File

@@ -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