1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-02-25 20:33:20 +01:00

Do declare right metatype for Qt4

This commit is contained in:
Uwe L. Korn 2013-08-31 18:18:12 +02:00
parent aa740b191f
commit 61792f0859

View File

@ -61,6 +61,8 @@ private:
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