X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Flogger.h;h=6c5c1d0362f539e222483f41bdc6a226974d83b0;hb=30269231603184696da66adf4503440062df8962;hp=c10b0e413e2ae45cc4b9aed1ac8c3c0ba5d1aebf;hpb=1aa0c911c54698f5757f403ff0b6a1021386d348;p=quassel.git diff --git a/src/common/logger.h b/src/common/logger.h index c10b0e41..6c5c1d03 100644 --- a/src/common/logger.h +++ b/src/common/logger.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2019 by the Quassel Project * + * Copyright (C) 2005-2020 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -50,7 +50,7 @@ public: Fatal }; - struct LogEntry + struct COMMON_EXPORT LogEntry { QDateTime timeStamp; LogLevel logLevel;