X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Flogger.h;h=e6701fe0d3c46e2aec46f97a8149f7893c2f0d97;hp=7752a74add9e9a05068a0e22042d187b3bd24d3f;hb=4e43a17088e8ff76c220bd8b4ebf37d9dbb4863a;hpb=d12487a0a00641429ab1358675843d61d4370b64 diff --git a/src/common/logger.h b/src/common/logger.h index 7752a74a..e6701fe0 100644 --- a/src/common/logger.h +++ b/src/common/logger.h @@ -61,9 +61,9 @@ public: * and won't store further ones. * * @param keepMessages Whether messages should be kept - * @returns true, if initialization was successful + * @throws ExitException, if command line options are invalid */ - bool setup(bool keepMessages); + void setup(bool keepMessages); /** * Accesses the stores log messages, e.g. for consumption by DebugLogWidget.