X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=core%2Fquassel.h;h=a054e0881b9419d58d2bfcf5fb85f33adbcb7606;hp=3b7b5f7e73c6cc3b17cf01b81fe5d707a600ac2f;hb=33c58d75d27a8f72492cb71adbc43bf75281718c;hpb=84516825d33a1b448a894eaf2e804cabb032f5f1 diff --git a/core/quassel.h b/core/quassel.h index 3b7b5f7e..a054e088 100644 --- a/core/quassel.h +++ b/core/quassel.h @@ -29,8 +29,11 @@ class Logger; /** * 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 { + Q_OBJECT public: static void init();