Add back the SSL protocol selection dialog box for old cores.
[quassel.git] / src / common / internalpeer.h
index 97499bd..103c47d 100644 (file)
@@ -42,6 +42,7 @@ public:
     InternalPeer(QObject *parent = 0);
     virtual ~InternalPeer();
 
+    Protocol::Type protocol() const { return Protocol::InternalProtocol; }
     QString description() const;
 
     SignalProxy *signalProxy() const;