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:
parent
aa740b191f
commit
61792f0859
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user