X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fmain.cpp;h=97a05704bea1daa115f263f5062f2f254ed21421;hp=8669f1ddaa403d8b23b80b980de0d36f96dc26cc;hb=f19fea582ace1d8f3dfe29c1096c48758079e56e;hpb=7b57a7f61c1ab1a94129bfa8aa43f11f70cc16b8 diff --git a/src/common/main.cpp b/src/common/main.cpp index 8669f1dd..97a05704 100644 --- a/src/common/main.cpp +++ b/src/common/main.cpp @@ -95,6 +95,7 @@ int main(int argc, char **argv) { #ifndef BUILD_CORE // put client-only arguments here + cliParser->addOption("qss ", 0, "Load a custom application stylesheet"); cliParser->addSwitch("debugbufferswitches", 0, "Enables debugging for bufferswitches"); cliParser->addSwitch("debugmodel", 0, "Enables debugging for models"); #endif