]> vaikene.ee Git - evaf/blobdiff - src/libs/Common/ilogger.h
Unified signal signatures so that the eVaf namespace is not included in the signature.
[evaf] / src / libs / Common / ilogger.h
index a9617ebd2adfa6aa3cfbe1f5856a09f2e5cc939e..71dbd14cd9a34c9133449f2923ea04ec62f7b4aa 100644 (file)
@@ -241,7 +241,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(eVaf::Common::iLogger::Severity severity, QString const & text, QString const & source, QString const & where);
+    void loggerEvent(Common::iLogger::Severity severity, QString const & text, QString const & source, QString const & where);
 
 };