X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Flogger.h;h=f55590c1c696efc1538f5846f5f1440050ac1693;hb=fad08c0bc53514b43fdf44e5a792a019b1414367;hp=c10b0e413e2ae45cc4b9aed1ac8c3c0ba5d1aebf;hpb=1aa0c911c54698f5757f403ff0b6a1021386d348;p=quassel.git diff --git a/src/common/logger.h b/src/common/logger.h index c10b0e41..f55590c1 100644 --- a/src/common/logger.h +++ b/src/common/logger.h @@ -50,7 +50,7 @@ public: Fatal }; - struct LogEntry + struct COMMON_EXPORT LogEntry { QDateTime timeStamp; LogLevel logLevel;