From 49f3b953c49aa5b5130b57810f11ba69baf2b36e Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 29 Mar 2016 16:19:23 +0200 Subject: Fix indentation --- src/dialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dialog.cpp') 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() { -- cgit v1.2.3-55-g7522