summaryrefslogtreecommitdiffstats
path: root/src/dialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dialog.cpp')
-rw-r--r--src/dialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dialog.cpp b/src/dialog.cpp
index 0e6b747..0b7fa48 100644
--- a/src/dialog.cpp
+++ b/src/dialog.cpp
@@ -69,7 +69,7 @@ Dialog::Dialog(int defaultTab, QWidget *parent)
// TODO: Implement bug report dialog :)
ui->buttonBugReport->setEnabled(false);
QObject::connect(SessionsIconHolder::get(), SIGNAL(iconDownloaded(const QUrl&, const QIcon&)),
- this, SLOT(iconDownloaded(const QUrl&, const QIcon&)));
+ this, SLOT(iconDownloaded(const QUrl&, const QIcon&)));
}
Dialog::~Dialog() {