Ok, the long awaited config wizard is here (at least in a very basic state). There...
[quassel.git] / src / common / global.h
index fd285ca..33d52f4 100644 (file)
 
 typedef uint UserId;
 typedef uint MsgId;
+typedef uint BufferId;
+typedef uint NetworkId;
 
 namespace Global {
   enum RunMode { Monolithic, ClientOnly, CoreOnly };
   extern RunMode runMode;
-  extern QString quasselDir;
 }
 
 struct Exception {