mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 03:10:12 +02:00
Do declare right metatype for Qt4
This commit is contained in:
@@ -61,6 +61,8 @@ private:
|
|||||||
QUrl m_url;
|
QUrl m_url;
|
||||||
};
|
};
|
||||||
|
|
||||||
Q_DECLARE_METATYPE( QSharedPointer<NetworkReply> )
|
#if QT_VERSION < QT_VERSION_CHECK( 5, 0, 0 )
|
||||||
|
Q_DECLARE_METATYPE( NetworkReply* )
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // NETWORKREPLY_H
|
#endif // NETWORKREPLY_H
|
||||||
|
Reference in New Issue
Block a user