1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-14 13:01:53 +02:00

Less cryptic

This commit is contained in:
Jeff Mitchell 2011-06-16 16:43:04 -04:00
parent 3f05f4ea8b
commit 53ea9b2589

View File

@ -40,7 +40,7 @@ namespace Tomahawk
typedef QSharedPointer<Collection> collection_ptr;
typedef QSharedPointer<Playlist> playlist_ptr;
typedef QSharedPointer<PlaylistEntry> plentry_ptr;
typedef QSharedPointer<PlaylistInterface> pliface_ptr;
typedef QSharedPointer<PlaylistInterface> playlistinterface_ptr;
typedef QSharedPointer<DynamicPlaylist> dynplaylist_ptr;
typedef QSharedPointer<Query> query_ptr;
typedef QSharedPointer<Result> result_ptr;