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:
parent
7ffe53b745
commit
2eabaa0195
@ -26,6 +26,8 @@
|
||||
#include "collection.h"
|
||||
#include "typedefs.h"
|
||||
#include "query.h"
|
||||
#include "artist.h"
|
||||
#include "album.h"
|
||||
|
||||
#include "dllmacro.h"
|
||||
|
||||
|
@ -22,6 +22,8 @@
|
||||
#include "databasecommand.h"
|
||||
#include "databaseimpl.h"
|
||||
#include "result.h"
|
||||
#include "artist.h"
|
||||
#include "album.h"
|
||||
|
||||
#include <QVariant>
|
||||
|
||||
|
@ -21,6 +21,8 @@
|
||||
|
||||
#include "resolver.h"
|
||||
#include "result.h"
|
||||
#include "artist.h"
|
||||
#include "album.h"
|
||||
|
||||
#include "dllmacro.h"
|
||||
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include <QPersistentModelIndex>
|
||||
#include <QPixmap>
|
||||
|
||||
#include "artist.h"
|
||||
#include "album.h"
|
||||
|
||||
#include "dllmacro.h"
|
||||
|
@ -21,6 +21,7 @@
|
||||
|
||||
#include "playlistproxymodelplaylistinterface.h"
|
||||
|
||||
#include "result.h"
|
||||
#include "dllmacro.h"
|
||||
|
||||
class QueueProxyModel;
|
||||
|
Loading…
x
Reference in New Issue
Block a user