@@ -22,11 +22,10 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include <QtGlobal>
|
||||
#include <QMetaType>
|
||||
|
||||
#include "core/shared_ptr.h"
|
||||
#include "scrobblemetadata.h"
|
||||
|
||||
class ScrobblerCacheItem {
|
||||
@@ -40,7 +39,7 @@ class ScrobblerCacheItem {
|
||||
bool error;
|
||||
};
|
||||
|
||||
using ScrobblerCacheItemPtr = std::shared_ptr<ScrobblerCacheItem>;
|
||||
using ScrobblerCacheItemPtr = SharedPtr<ScrobblerCacheItem>;
|
||||
using ScrobblerCacheItemPtrList = QList<ScrobblerCacheItemPtr>;
|
||||
|
||||
Q_DECLARE_METATYPE(ScrobblerCacheItemPtr)
|
||||
|
||||
Reference in New Issue
Block a user