X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Flogger.h;h=e6701fe0d3c46e2aec46f97a8149f7893c2f0d97;hb=6718d7a1ccd42d7aae75e57d6974e0b1e0384044;hp=7752a74add9e9a05068a0e22042d187b3bd24d3f;hpb=ab7ef4d24f62b5848b628482b7762ebfc0b53e1a;p=quassel.git 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.