From 32893c4e04461553ec7608de9035ba0f30165c82 Mon Sep 17 00:00:00 2001 From: Zeno Albisser Date: Mon, 3 May 2010 18:09:00 +0200 Subject: added closing parenthesis in helpviewer_qtb.cpp Reviewed-by: TrustMe --- tools/assistant/tools/assistant/helpviewer_qtb.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/assistant/tools/assistant/helpviewer_qtb.cpp b/tools/assistant/tools/assistant/helpviewer_qtb.cpp index 78890b9..32ffbc1 100644 --- a/tools/assistant/tools/assistant/helpviewer_qtb.cpp +++ b/tools/assistant/tools/assistant/helpviewer_qtb.cpp @@ -68,7 +68,7 @@ HelpViewer::HelpViewer(qreal zoom) QFont font = viewerFont(); font.setPointSize(int(font.pointSize() + zoom)); setViewerFont(font); - connect(this, SIGNAL(sourceChanged(QUrl), this, SIGNAL(titleChanged())); + connect(this, SIGNAL(sourceChanged(QUrl)), this, SIGNAL(titleChanged())); } HelpViewer::~HelpViewer() -- cgit v0.12