summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorkh1 <qt-info@nokia.com>2010-02-01 14:33:48 (GMT)
committerkh1 <qt-info@nokia.com>2010-02-05 11:05:39 (GMT)
commit1e52af6135f293b353d15d2436e431bac426c5fb (patch)
tree0df555bb0b3eb52696161a89e254e9a610612a18 /tools
parente47c4f7d842724921b0f4c41e4bf0abed380b0ed (diff)
downloadQt-1e52af6135f293b353d15d2436e431bac426c5fb.zip
Qt-1e52af6135f293b353d15d2436e431bac426c5fb.tar.gz
Qt-1e52af6135f293b353d15d2436e431bac426c5fb.tar.bz2
Small style cleanup.
Diffstat (limited to 'tools')
-rw-r--r--tools/assistant/tools/assistant/topicchooser.cpp10
1 files changed, 4 insertions, 6 deletions
diff --git a/tools/assistant/tools/assistant/topicchooser.cpp b/tools/assistant/tools/assistant/topicchooser.cpp
index 5aafd5a..262fea8 100644
--- a/tools/assistant/tools/assistant/topicchooser.cpp
+++ b/tools/assistant/tools/assistant/topicchooser.cpp
@@ -62,12 +62,10 @@ TopicChooser::TopicChooser(QWidget *parent, const QString &keyword,
ui.listWidget->setCurrentRow(0);
ui.listWidget->setFocus();
- connect(ui.buttonDisplay, SIGNAL(clicked()),
- this, SLOT(accept()));
- connect(ui.buttonCancel, SIGNAL(clicked()),
- this, SLOT(reject()));
- connect(ui.listWidget, SIGNAL(itemActivated(QListWidgetItem*)),
- this, SLOT(accept()));
+ connect(ui.buttonDisplay, SIGNAL(clicked()), this, SLOT(accept()));
+ connect(ui.buttonCancel, SIGNAL(clicked()), this, SLOT(reject()));
+ connect(ui.listWidget, SIGNAL(itemActivated(QListWidgetItem*)), this,
+ SLOT(accept()));
}
QUrl TopicChooser::link() const