1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-23 17:29:42 +01:00

* Register album_ptr & artist_ptr as meta-types.

This commit is contained in:
Christian Muehlhaeuser 2012-05-18 12:01:16 +02:00
parent 9df8fc0182
commit b05f56491e

View File

@ -420,6 +420,8 @@ TomahawkApp::registerMetaTypes()
qRegisterMetaType< Tomahawk::collection_ptr >("Tomahawk::collection_ptr");
qRegisterMetaType< Tomahawk::result_ptr >("Tomahawk::result_ptr");
qRegisterMetaType< Tomahawk::query_ptr >("Tomahawk::query_ptr");
qRegisterMetaType< Tomahawk::album_ptr >("Tomahawk::album_ptr");
qRegisterMetaType< Tomahawk::artist_ptr >("Tomahawk::artist_ptr");
qRegisterMetaType< Tomahawk::source_ptr >("Tomahawk::source_ptr");
qRegisterMetaType< Tomahawk::dyncontrol_ptr >("Tomahawk::dyncontrol_ptr");
qRegisterMetaType< Tomahawk::playlist_ptr >("Tomahawk::playlist_ptr");