]> vaikene.ee Git - evaf/blobdiff - src/libs/Common/ilogger.h
Moved setting initial root and bin directories to the Env::init() function. The Env...
[evaf] / src / libs / Common / ilogger.h
index cf8e5c74dfe9d61a6db8854ebd36383eaa8c5bb3..7c9158587c7f698ef56fdeea02fe6bf6e40cb515 100644 (file)
@@ -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);
 
 };