X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fglobal.h;h=d5fbdec832f5ff0e26591c0610fa846948f9225b;hb=5aa6acd733a7f941270ff9da7f4041c24465922f;hp=396336750d319471afbda532c1352bb219a3d591;hpb=d28b9ec38b6ea0bc473200fc2f1e65abd1b56bd6;p=quassel.git diff --git a/src/common/global.h b/src/common/global.h index 39633675..d5fbdec8 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 SPUTDEV; // FIXME This is for internal use only! + void registerMetaTypes(); };