X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fglobal.h;h=0759c27e28aa365fc34adbd26ea2f85fe92c9730;hb=70ed7f4b13ab21a9b3dcb61386b56ad324ed697d;hp=8b7cf83cd16447aa9487b6a2034e9c36146343b0;hpb=d1b6499b0b848d4287efae89107576548533502c;p=quassel.git diff --git a/src/common/global.h b/src/common/global.h index 8b7cf83c..0759c27e 100644 --- a/src/common/global.h +++ b/src/common/global.h @@ -53,7 +53,9 @@ namespace Global { extern RunMode runMode; extern unsigned int defaultPort; + extern bool DEBUG; + void registerMetaTypes(); -} +}; #endif