Remove dead code

This commit is contained in:
Mat Sutcliffe
2020-07-20 16:04:27 +01:00
parent d4ab27d3cf
commit 40042137fe
2 changed files with 0 additions and 29 deletions

View File

@@ -226,12 +226,6 @@ const QDBusArgument &operator >>(const QDBusArgument &arg, std::pair<A, B> &pair
}
// *INDENT-ON*
/*!
* Non member non-friend streaming for QPixmap
*/
// const QDBusArgument &operator>>(const QDBusArgument &argument, QPixmap &pixmap);
// QDBusArgument &operator<<(QDBusArgument &argument, const QPixmap &pixmap);
//! Windows: prevents unloading of QtDBus shared library until the process is terminated.
//! QtDBus must have been loaded already by the calling process.
//! Does nothing on non-Windows platforms.