summaryrefslogtreecommitdiffstats
path: root/src/library/dlgtagfetcher.h
diff options
context:
space:
mode:
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();