First working version of internal core connection.
[quassel.git] / src / qtui / coreconnectdlg.cpp
index 3f6d120..a7e3939 100644 (file)
@@ -211,6 +211,11 @@ void CoreConnectDlg::on_accountButtonBox_accepted() {
   connectToCore();
 }
 
+void CoreConnectDlg::on_useInternalCore_clicked() {
+  clientSyncer->useInternalCore();
+  startSync();
+}
+
 /*****************************************************
  * Connecting to the Core
  ****************************************************/