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:
@@ -20,12 +20,17 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <QRegExp>
|
||||
#include <QtDebug>
|
||||
#include <QUrlQuery>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <QByteArray>
|
||||
#include <QString>
|
||||
#include <QRegExp>
|
||||
#include <QUrl>
|
||||
#include <QUrlQuery>
|
||||
#include <QtDebug>
|
||||
|
||||
#include "mtpconnection.h"
|
||||
#include "core/logging.h"
|
||||
#include "mtpconnection.h"
|
||||
|
||||
MtpConnection::MtpConnection(const QUrl &url) : device_(nullptr) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user