Fixed a mysterious login error that occured on some machines
[situare] / src / ui / mainwindow.cpp
index a6274ea..92ec8b4 100644 (file)
@@ -77,6 +77,7 @@ void MainWindow::toggleProgressIndicator(bool value)
 void MainWindow::createMenus()
 {
     qDebug() << __PRETTY_FUNCTION__;
+
     m_toSettingsAct = new QAction(tr("Settings"), this);
     m_toSettingsAct->setObjectName(tr("Settings"));
     connect(m_toSettingsAct, SIGNAL(triggered()), this, SLOT(openSettingsDialog()));