X-Git-Url: https://vaikene.ee/gitweb/gitweb.cgi?a=blobdiff_plain;f=src%2Flibs%2FCommon%2Filogger.h;h=7c9158587c7f698ef56fdeea02fe6bf6e40cb515;hb=32d6a193150b17fbbde109348ad5a8107bba5529;hp=cf8e5c74dfe9d61a6db8854ebd36383eaa8c5bb3;hpb=720224734cb4f6ea2708c6b5ecf93cc666aad378;p=evaf diff --git a/src/libs/Common/ilogger.h b/src/libs/Common/ilogger.h index cf8e5c7..7c91585 100644 --- a/src/libs/Common/ilogger.h +++ b/src/libs/Common/ilogger.h @@ -240,7 +240,7 @@ signals: * your receiver to this signal if you want to add your own message handling. For example, * use this signal to show messages in a log window etc. */ - void loggerEvent(Severity severity, QString const & text, QString const & source, QString const & where); + void loggerEvent(eVaf::Common::iLogger::Severity severity, QString const & text, QString const & source, QString const & where); };