giving the chatscene more control over the webpreview thus making it less crashy
[quassel.git] / src / qtui / qtuiapplication.cpp
index 7a6f097..6ae09c9 100644 (file)
@@ -45,6 +45,7 @@ bool QtUiApplication::init() {
     // QTimer::singleShot(0, gui, SLOT(init()));
     gui->init();
     resumeSessionIfPossible();
+
     return true;
   }
   return false;