Fixed some inconsistencies in code indentation
[jenirok] / src / gui / main.cpp
index 14ad287..8a3ebf2 100644 (file)
@@ -43,10 +43,10 @@ int main(int argc, char *argv[])
     window.show();\r
 \r
     QObject::connect(&window, SIGNAL(search(SearchDialog::SearchDetails&)),\r
-                        &results, SLOT(search(SearchDialog::SearchDetails&)));\r
+                     &results, SLOT(search(SearchDialog::SearchDetails&)));\r
 \r
     QObject::connect(&results, SIGNAL(itemSelected(Eniro::Result const&)),\r
-                        &details, SLOT(loadData(Eniro::Result const&)));\r
+                     &details, SLOT(loadData(Eniro::Result const&)));\r
 \r
     return app.exec();\r
 }\r