X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fglobal.h;h=26f9f6b90afecd2df135c32e7909b54c20c67c8a;hp=ac13646140628ecee8eca7335b1357c37b2a69ad;hb=6f534b8338f9e6cba5bfe7e8183d3a688075f428;hpb=6d6d0fcad8a01c5d232890416ad797b2fcb28c48 diff --git a/src/common/global.h b/src/common/global.h index ac136461..26f9f6b9 100644 --- a/src/common/global.h +++ b/src/common/global.h @@ -23,6 +23,8 @@ #ifndef _GLOBAL_H_ #define _GLOBAL_H_ +#include "cliparser.h" + #include // Enable some shortcuts and stuff @@ -55,7 +57,7 @@ namespace Global { extern unsigned int defaultPort; extern bool DEBUG; - + extern CliParser parser; void registerMetaTypes(); void setupVersion(); };