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