Adding some work-in-progress files for shortcut handling which I don't have time...
[quassel.git] / src / client / client.cpp
index 8c7a043..c2cbb2f 100644 (file)
@@ -318,6 +318,10 @@ void Client::setSyncedToCore() {
   emit coreConnectionStateChanged(true);
 }
 
+void Client::setSecuredConnection() {
+  emit securedConnection();
+}
+
 void Client::disconnectFromCore() {
   if(!isConnected())
     return;