This commit is contained in:
2018-02-28 08:47:30 +01:00
parent 19bc0f7adf
commit 83a27ba75d
8 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#include "cID3Field.h"
#include "cid3field.h"
cID3Field::cID3Field(uint16_t dwID, const QString& szShortName, const QString& szName) :
+1 -1
View File
@@ -6,7 +6,7 @@
#include <QPixmap>
#include <stdint.h>
#include "cPicture.h"
#include "cpicture.h"
class cID3Field : public QObject
+2 -1
View File
@@ -62,7 +62,8 @@ cMainWindow::cMainWindow(QWidget *parent) :
QTime time;
time.start();
// addPath("C:/Users/birkeh/Music");
addPath("C:/Users/vet0572/Music");
// addPath("C:/Users/vet0572/Music");
addPath("/data/Music");
qDebug() << time.elapsed();
// addPath("C:/Users/birkeh/Music");
// addFile("C:/Users/vet0572/Music/Amy MacDonald/Under Stars (Deluxe)/01 - Dream On.mp3");
+1 -1
View File
@@ -3,7 +3,7 @@
#include <string>
#include <stdio.h>
#include "cMediaInfo.h"
#include "cmediainfo.h"
#include "fields.h"
+1 -1
View File
@@ -7,7 +7,7 @@
#include <QDateTime>
#include <stdint.h>
#include "libid3tag/id3tag.h"
#include "cID3Field.h"
#include "cid3field.h"
#define WITH_PICTURE
+1 -1
View File
@@ -1,4 +1,4 @@
#include "cPicture.h"
#include "cpicture.h"
cPicture::cPicture()
+1 -1
View File
@@ -2,7 +2,7 @@
#define FIELDS_H
#include "cID3Field.h"
#include "cid3field.h"
typedef struct tagFIELDS
+1 -1
View File
@@ -45,7 +45,7 @@ SOURCES += \
libid3tag/util.c \
libid3tag/version.c \
cid3field.cpp \
cpicture.cpp \
cPicture.cpp \
libmpg123/common.c \
libmpg123/dxhead.c \
libmpg123/getbits.c \