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

Don't declare InfoSystemCache* metatype to fix linking issue with Qt5

This commit is contained in:
Dominik Schmidt
2013-05-25 16:09:58 +02:00
parent 1e122fc320
commit 8e61b5648b
2 changed files with 0 additions and 3 deletions

View File

@@ -71,6 +71,4 @@ private:
} //namespace Tomahawk
Q_DECLARE_METATYPE( Tomahawk::InfoSystem::InfoSystemCache* );
#endif //TOMAHAWK_INFOSYSTEMCACHE_H

View File

@@ -500,7 +500,6 @@ TomahawkApp::registerMetaTypes()
qRegisterMetaType< Tomahawk::InfoSystem::PushInfoPair >( "Tomahawk::InfoSystem::PushInfoPair" );
qRegisterMetaType< Tomahawk::InfoSystem::InfoRequestData >( "Tomahawk::InfoSystem::InfoRequestData" );
qRegisterMetaType< Tomahawk::InfoSystem::InfoPushData >( "Tomahawk::InfoSystem::InfoPushData" );
qRegisterMetaType< Tomahawk::InfoSystem::InfoSystemCache* >( "Tomahawk::InfoSystem::InfoSystemCache*" );
qRegisterMetaType< Tomahawk::InfoSystem::InfoPluginPtr >( "Tomahawk::InfoSystem::InfoPluginPtr" );
qRegisterMetaType< Tomahawk::InfoSystem::InfoPlugin* >( "Tomahawk::InfoSystem::InfoPlugin*" );
qRegisterMetaType< QList< Tomahawk::InfoSystem::InfoStringHash > >("QList< Tomahawk::InfoSystem::InfoStringHash > ");