mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 03:10:12 +02:00
Less cryptic
This commit is contained in:
@@ -40,7 +40,7 @@ namespace Tomahawk
|
|||||||
typedef QSharedPointer<Collection> collection_ptr;
|
typedef QSharedPointer<Collection> collection_ptr;
|
||||||
typedef QSharedPointer<Playlist> playlist_ptr;
|
typedef QSharedPointer<Playlist> playlist_ptr;
|
||||||
typedef QSharedPointer<PlaylistEntry> plentry_ptr;
|
typedef QSharedPointer<PlaylistEntry> plentry_ptr;
|
||||||
typedef QSharedPointer<PlaylistInterface> pliface_ptr;
|
typedef QSharedPointer<PlaylistInterface> playlistinterface_ptr;
|
||||||
typedef QSharedPointer<DynamicPlaylist> dynplaylist_ptr;
|
typedef QSharedPointer<DynamicPlaylist> dynplaylist_ptr;
|
||||||
typedef QSharedPointer<Query> query_ptr;
|
typedef QSharedPointer<Query> query_ptr;
|
||||||
typedef QSharedPointer<Result> result_ptr;
|
typedef QSharedPointer<Result> result_ptr;
|
||||||
|
Reference in New Issue
Block a user