Minor changes in html translation fetching
authorMateusz Półrola <mateusz.polrola@comarch.pl>
Tue, 10 Aug 2010 10:12:09 +0000 (12:12 +0200)
committerMateusz Półrola <mateusz.polrola@comarch.pl>
Tue, 10 Aug 2010 10:12:09 +0000 (12:12 +0200)
trunk/src/base/gui/MainWindow.cpp

index c2113d9..850d625 100644 (file)
@@ -53,8 +53,8 @@ MainWindow::MainWindow(Backbone *backbone, QWidget *parent):
     connect(this, SIGNAL(searchWordList(QStringList)),
             searchBarWidget, SLOT(searchWordList(QStringList)));
 
-    connect(backbone, SIGNAL(htmlReady())),
-            translationWidget, SLOT(show());
+    connect(backbone, SIGNAL(htmlReady()),
+            translationWidget, SLOT(show()));
 
     connect(backbone, SIGNAL(htmlReady()),
             searchBarWidget, SLOT(showIdle()));