1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-21 13:21:52 +02:00

Declare dyncontrol_ptr metatype to fix linking issue with Qt5

This commit is contained in:
Dominik Schmidt
2013-05-25 16:09:00 +02:00
parent 8e2eefd611
commit 1e122fc320

View File

@@ -120,4 +120,6 @@ private:
};
Q_DECLARE_METATYPE( Tomahawk::dyncontrol_ptr );
#endif