X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fglobal.h;h=0759c27e28aa365fc34adbd26ea2f85fe92c9730;hb=d1b2699b8a77947f1b7dd67841c6ecb4ea1fce1e;hp=396336750d319471afbda532c1352bb219a3d591;hpb=d28b9ec38b6ea0bc473200fc2f1e65abd1b56bd6;p=quassel.git diff --git a/src/common/global.h b/src/common/global.h index 39633675..0759c27e 100644 --- a/src/common/global.h +++ b/src/common/global.h @@ -53,6 +53,8 @@ namespace Global { extern RunMode runMode; extern unsigned int defaultPort; + extern bool DEBUG; + void registerMetaTypes(); };