X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fmain.cpp;h=bac4308450c4def85bc06a7a5d6e2427f4d83397;hp=f51f6b2caf04e2bc83f37ab0a3c1be8aff85057d;hb=4be2513b86decea7720f930164b4e893b63e53e0;hpb=6564dcd249b38c3eeee9cc53b161ba338cfa7379 diff --git a/src/common/main.cpp b/src/common/main.cpp index f51f6b2c..bac43084 100644 --- a/src/common/main.cpp +++ b/src/common/main.cpp @@ -89,6 +89,8 @@ int main(int argc, char **argv) { #endif // BUILD_QTUI #ifndef BUILD_CORE // put client-only arguments here + Global::parser.addSwitch("debugbufferswitches",0,"Enables debugging for bufferswitches"); + Global::parser.addSwitch("debugmodel",0,"Enables debugging for models"); #endif // BUILD_QTCORE // put shared client&core arguments here Global::parser.addSwitch("debug",'d',"Enable debug output");