X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fmain.cpp;h=97a05704bea1daa115f263f5062f2f254ed21421;hp=6aff6db31d9943e9cd48ec7cbfc2fc13817a5c00;hb=f19fea582ace1d8f3dfe29c1096c48758079e56e;hpb=ab16c77fe03b73a863d9b52b11919bcbac903f58 diff --git a/src/common/main.cpp b/src/common/main.cpp index 6aff6db3..97a05704 100644 --- a/src/common/main.cpp +++ b/src/common/main.cpp @@ -69,6 +69,7 @@ int main(int argc, char **argv) { ki18n("A modern, distributed IRC client")); aboutData.addLicense(KAboutData::License_GPL_V2); aboutData.addLicense(KAboutData::License_GPL_V3); + aboutData.setBugAddress("http://bugs.quassel-irc.org"); aboutData.setOrganizationDomain(Quassel::buildInfo().organizationDomain.toUtf8()); KCmdLineArgs::init(argc, argv, &aboutData); @@ -94,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