summaryrefslogtreecommitdiffstats
path: root/indexerwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'indexerwidget.h')
-rw-r--r--indexerwidget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indexerwidget.h b/indexerwidget.h
index ce7763d..cdd84f5 100644
--- a/indexerwidget.h
+++ b/indexerwidget.h
@@ -55,8 +55,8 @@ class BeetReader : public QThread {
void clearAll();
int doArtist(QString name);
int doGenre(QString name);
- int doAlbum(QString name, int year, QDateTime created);
- void doSong(QString title, int pos, int album, int genre, int artist, QString fullpath, int length);
+ int doAlbum(QString name, uint year, QDateTime created);
+ void doSong(QString title, uint pos, int album, int genre, int artist, QString fullpath, int length);
QMutex mCancelMx;
bool mCanceled;
QSqlDatabase mDb;