Work In Progress
[quassel.git] / core / quassel.h
index 3b7b5f7..a054e08 100644 (file)
@@ -29,8 +29,11 @@ class Logger;
 
 /**
  * A static class containing global data.
 
 /**
  * A static class containing global data.
+ * This is used in both core and GUI modules. Where appropriate, accessors are thread-safe
+ * to account for that fact.
  */
 class Quassel {
  */
 class Quassel {
+  Q_OBJECT
 
   public:
     static void init();
 
   public:
     static void init();