X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcommon%2Fglobal.h;h=1f4eb6885981bfec99596e8e28d3c985ef9197d4;hb=15d0a434fa4f2255593d6cc62fa2223fd0247b86;hp=42856068ccc342cd34eb6781890c13d153b4aa43;hpb=73edffb5f0f6ecae4118c36a7ca2c0d479b7f8c6;p=quassel.git diff --git a/src/common/global.h b/src/common/global.h index 42856068..1f4eb688 100644 --- a/src/common/global.h +++ b/src/common/global.h @@ -77,7 +77,7 @@ class Global : public QObject { void dataUpdatedRemotely(UserId, QString key); // sent by remote update only! public: - enum RunMode { Monolithic, GuiOnly, CoreOnly }; + enum RunMode { Monolithic, ClientOnly, CoreOnly }; static RunMode runMode; static QString quasselDir;