- Improved the speed of IrcServerHandler (and other BasicHandler
[quassel.git] / src / core / core.cpp
index 66d1d37..7da0aee 100644 (file)
@@ -162,6 +162,7 @@ void Core::restoreState() {
         sess->restoreState(m["State"]);
       }
     }
+    qDebug() << "...done.";
   }
 }