Save the mainwindow state properly when exiting the client.
[quassel.git] / src / common / global.h
index 8b7cf83..0759c27 100644 (file)
@@ -53,7 +53,9 @@ namespace Global {
   extern RunMode runMode;
   extern unsigned int defaultPort;
 
+  extern bool DEBUG;
+
   void registerMetaTypes();
-}
+};
 
 #endif