Make BufferInfo qDebug()able as per EgS' request.
[quassel.git] / src / common / signalproxy.h
index 4e59e80..b787c2a 100644 (file)
@@ -5,7 +5,7 @@
  *   This program is free software; you can redistribute it and/or modify  *
  *   it under the terms of the GNU General Public License as published by  *
  *   the Free Software Foundation; either version 2 of the License, or     *
- *   (at your option) any later version.                                   *
+ *   (at your option) version 3.                                           *
  *                                                                         *
  *   This program is distributed in the hope that it will be useful,       *
  *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
@@ -133,6 +133,8 @@ private:
   void _detachSignals(QObject *sender);
   void _detachSlots(QObject *receiver);
 
+    void dumpSyncMap(QObject *object);
+  
   // containg a list of argtypes for fast access
   QHash<const QMetaObject *, ClassInfo*> _classInfo;
 
@@ -152,7 +154,7 @@ private:
   QHash<QIODevice*, quint32> _peerByteCount;
 
   ProxyMode _proxyMode;
-
+  
   friend class SignalRelay;
 };