]> vaikene.ee Git - evaf/commitdiff
Unified signal signatures so that the eVaf namespace is not included in the signature.
authorEnar Väikene <enar@vaikene.net>
Wed, 19 Oct 2011 12:56:47 +0000 (15:56 +0300)
committerEnar Väikene <enar@vaikene.net>
Wed, 19 Oct 2011 12:56:47 +0000 (15:56 +0300)
src/libs/Common/ilogger.h
src/libs/Common/logger.cpp
src/libs/Common/version.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);
 
 };
 
index c7a50ddbed3fe90f8bb4034efd01b5c808fcc2f5..01d56876f9caa0e4bbedc53d33be751a7b0a6956 100644 (file)
@@ -160,7 +160,7 @@ Logger::Logger()
 Logger::~Logger()
 {
     // Disconnect any potential receivers from this object
-    disconnect(this, SIGNAL(loggerEvent(eVaf::Common::iLogger::Severity,QString,QString,QString)), 0, 0);
+    disconnect(this, SIGNAL(loggerEvent(Common::iLogger::Severity,QString,QString,QString)), 0, 0);
 
     // Destroy the worker thread
     if (mWorker) {
index 2a178f3aa954103ce60af5cc14ab7b2b54d6c96f..b99636f69ecac604c3efd1df5e0f3037e0c3a5f4 100644 (file)
 /**
  * Module/library version number in the form major,minor,release,build
  */
-#define VER_FILE_VERSION                0,1,2,4
+#define VER_FILE_VERSION                0,1,2,5
 
 /**
  * Module/library version number in the string format (shall end with \0)
  */
-#define VER_FILE_VERSION_STR            "0.1.2.4\0"
+#define VER_FILE_VERSION_STR            "0.1.2.5\0"
 
 /**
  * Module/library name (shall end with \0)