Includes, comments and bugfixes
- Fix includes - Use common regex (Song::kCoverRemoveDisc) for removing Disc/CD from album - Remove Disc/CD from album when creating hash - Make imobiledevice support compile - Fix setting device on windows
This commit is contained in:
@@ -24,13 +24,16 @@
|
||||
#include "config.h"
|
||||
|
||||
#include <memory>
|
||||
#include <stdbool.h>
|
||||
|
||||
#include <QObject>
|
||||
#include <QThread>
|
||||
#include <QString>
|
||||
#include <QUrl>
|
||||
|
||||
class ConnectedDevice;
|
||||
class CollectionBackend;
|
||||
class TaskManager;
|
||||
class CollectionBackend;
|
||||
class ConnectedDevice;
|
||||
|
||||
class MtpLoader : public QObject {
|
||||
Q_OBJECT
|
||||
@@ -52,7 +55,7 @@ signals:
|
||||
|
||||
private:
|
||||
std::shared_ptr<ConnectedDevice> device_;
|
||||
QThread* original_thread_;
|
||||
QThread *original_thread_;
|
||||
|
||||
QUrl url_;
|
||||
TaskManager *task_manager_;
|
||||
|
||||
Reference in New Issue
Block a user