OK Folks, my first commit after quite a while, and while Quassel looks the same as...
[quassel.git] / src / core / core.cpp
index e6b8c7f..9385c64 100644 (file)
@@ -179,7 +179,7 @@ QVariant Core::connectLocalClient(QString user, QString passwd) {
   return reply;
 }
 
-QVariant Core::disconnectLocalClient() {
+void Core::disconnectLocalClient() {
   qDebug() << "Local client disconnected.";
   instance()->guiUser = 0;
   Global::setGuiUser(0);