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

* Fixed QSharedPtr related warnings.

This commit is contained in:
Christian Muehlhaeuser 2012-01-15 15:29:57 +01:00
parent 7ffe53b745
commit 2eabaa0195
5 changed files with 8 additions and 0 deletions

View File

@ -26,6 +26,8 @@
#include "collection.h"
#include "typedefs.h"
#include "query.h"
#include "artist.h"
#include "album.h"
#include "dllmacro.h"

View File

@ -22,6 +22,8 @@
#include "databasecommand.h"
#include "databaseimpl.h"
#include "result.h"
#include "artist.h"
#include "album.h"
#include <QVariant>

View File

@ -21,6 +21,8 @@
#include "resolver.h"
#include "result.h"
#include "artist.h"
#include "album.h"
#include "dllmacro.h"

View File

@ -24,6 +24,7 @@
#include <QPersistentModelIndex>
#include <QPixmap>
#include "artist.h"
#include "album.h"
#include "dllmacro.h"

View File

@ -21,6 +21,7 @@
#include "playlistproxymodelplaylistinterface.h"
#include "result.h"
#include "dllmacro.h"
class QueueProxyModel;