Greatly simplify the wrap point computation
[quassel.git] / src / client / clientsyncer.h
index aa8d786..8689279 100644 (file)
@@ -117,6 +117,8 @@ private:
 
   QSet<QObject *> netsToSync;
   int numNetsToSync;
+
+  QString coreInfoString(const QVariantMap &);
 };
 
 #endif