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:
@@ -25,21 +25,29 @@
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include <QObject>
|
||||
#include <QWidget>
|
||||
#include <QUndoCommand>
|
||||
#include <QFileSystemModel>
|
||||
#include <QAbstractItemModel>
|
||||
#include <QList>
|
||||
#include <QString>
|
||||
#include <QStringList>
|
||||
#include <QUrl>
|
||||
#include <QModelIndex>
|
||||
#include <QMimeData>
|
||||
#include <QUndoStack>
|
||||
#include <QUndoCommand>
|
||||
#include <QtEvents>
|
||||
|
||||
#include "core/song.h"
|
||||
|
||||
class FilesystemMusicStorage;
|
||||
class QModelIndex;
|
||||
class QKeyEvent;
|
||||
class QShowEvent;
|
||||
|
||||
class MusicStorage;
|
||||
class TaskManager;
|
||||
class Ui_FileView;
|
||||
|
||||
class QFileSystemModel;
|
||||
class QUndoStack;
|
||||
|
||||
class FileView : public QWidget {
|
||||
Q_OBJECT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user