X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fglobal.h;h=da531859391baab7f5d1c893dd9edc67acc3790a;hp=4b337d5c888916aa9f056935f95a6d414ccc9e31;hb=d1f2e1324046ad4108d30434c92fc0a2d688ef09;hpb=13448c244f65fc938ed52a674c65b67deb7a0358 diff --git a/src/common/global.h b/src/common/global.h index 4b337d5c..da531859 100644 --- a/src/common/global.h +++ b/src/common/global.h @@ -30,13 +30,14 @@ /** The protocol version we use fo the communication between core and GUI */ #define GUI_PROTOCOL 3 -#define DEFAULT_PORT 4242 +//#define DEFAULT_PORT 4242 /* Some global stuff */ namespace Global { enum RunMode { Monolithic, ClientOnly, CoreOnly }; extern RunMode runMode; + extern unsigned int defaultPort; } #endif