Ok this is the major rework of quassel we've all been waiting for. For the actual...
[quassel.git] / src / common / signalproxy.h
index 2f68f94..3e7136a 100644 (file)
@@ -34,6 +34,7 @@ class SignalProxy : public QObject {
     SignalProxy(ProxyType type, QIODevice *device = 0, QObject *parent = 0);
     ~SignalProxy();
 
+  ProxyType proxyType() const { return type; }
     void attachSignal(QObject* sender, const char* signal, const QByteArray& rpcFunction = QByteArray());
     void attachSlot(const QByteArray& rpcFunction, QObject* recv, const char* slot);