summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2011-01-22 10:56:31 (GMT)
committerRemko Tronçon <git@el-tramo.be>2011-01-22 11:30:09 (GMT)
commit72f6e3fc436b5e4f7988ffa19359bb6cff644590 (patch)
treec7e6cae082acc544005a464944a37a724c1818db /Swift/QtUI/MUCSearch
parent5cac0d0b588b1a024ba3e6934f655d315909b656 (diff)
downloadswift-72f6e3fc436b5e4f7988ffa19359bb6cff644590.zip
swift-72f6e3fc436b5e4f7988ffa19359bb6cff644590.tar.bz2
Link against debug version of Qt on windows.
Diffstat (limited to 'Swift/QtUI/MUCSearch')
-rw-r--r--Swift/QtUI/MUCSearch/QtMUCSearchWindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/QtUI/MUCSearch/QtMUCSearchWindow.cpp b/Swift/QtUI/MUCSearch/QtMUCSearchWindow.cpp
index f150174..3c16efb 100644
--- a/Swift/QtUI/MUCSearch/QtMUCSearchWindow.cpp
+++ b/Swift/QtUI/MUCSearch/QtMUCSearchWindow.cpp
@@ -137,6 +137,7 @@ void QtMUCSearchWindow::addService(const MUCService& service) {
}
model_->addService(serviceItem);
ui_.results_->expandAll();
+
}
void QtMUCSearchWindow::setSearchInProgress(bool searching) {