summaryrefslogtreecommitdiffstats
path: root/src/library/dlgtagfetcher.h
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2019-01-13 18:40:42 +0100
committerDaniel Schürmann <daschuer@mixxx.org>2019-01-13 21:36:20 +0100
commitf52cb44150d036286dc7e719994e7f58266d744d (patch)
treeef07e22f787d3bb2d71e4bb98190fe38254adc5d /src/library/dlgtagfetcher.h
parent6b1408fd2fcccdf0efed0cdb5e71fa35aaeca9aa (diff)
path message and code to the error dialog to allow a better debugging in case of issues.
Diffstat (limited to 'src/library/dlgtagfetcher.h')
-rw-r--r--src/library/dlgtagfetcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/dlgtagfetcher.h b/src/library/dlgtagfetcher.h
index fcb954ca85..714e7b6507 100644
--- a/src/library/dlgtagfetcher.h
+++ b/src/library/dlgtagfetcher.h
@@ -35,7 +35,7 @@ class DlgTagFetcher : public QDialog, public Ui::DlgTagFetcher {
void fetchTagFinished(const TrackPointer,const QList<TrackPointer>& tracks);
void resultSelected();
void fetchTagProgress(QString);
- void slotNetworkError(int, QString);
+ void slotNetworkError(int httpStatus, QString app, QString message, int code);
void apply();
void quit();