Add back the SSL protocol selection dialog box for old cores.
[quassel.git] / src / client / coreconnection.h
index 0019a53..ba33f17 100644 (file)
@@ -73,6 +73,8 @@ public:
     //! Check if we consider the last connect as reconnect
     bool wasReconnect() const { return _wasReconnect; }
 
+    QPointer<Peer> peer() { return _peer; }
+
 public slots:
     bool connectToCore(AccountId = 0);
     void reconnectToCore();