summaryrefslogtreecommitdiffstats
path: root/tools/assistant
diff options
context:
space:
mode:
authorZeno Albisser <zeno.albisser@nokia.com>2010-05-03 16:09:00 (GMT)
committerZeno Albisser <zeno.albisser@nokia.com>2010-05-03 16:13:55 (GMT)
commit32893c4e04461553ec7608de9035ba0f30165c82 (patch)
treea7abc918ac33aba216dbdf6537f08d759eefa19a /tools/assistant
parent388705d3616c3edd0bb1c7bfef2f093a446ff13a (diff)
downloadQt-32893c4e04461553ec7608de9035ba0f30165c82.zip
Qt-32893c4e04461553ec7608de9035ba0f30165c82.tar.gz
Qt-32893c4e04461553ec7608de9035ba0f30165c82.tar.bz2
added closing parenthesis in helpviewer_qtb.cpp
Reviewed-by: TrustMe
Diffstat (limited to 'tools/assistant')
-rw-r--r--tools/assistant/tools/assistant/helpviewer_qtb.cpp2
1 files changed, 1 insertions, 1 deletions
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()