]> vaikene.ee Git - evaf/commitdiff
Removed qInfo(), which is now part of Qt since version 5.5. qt5
authorEnar Vaikene <enar@vaikene.net>
Thu, 17 Mar 2016 07:22:18 +0000 (09:22 +0200)
committerEnar Vaikene <enar@vaikene.net>
Thu, 17 Mar 2016 07:22:18 +0000 (09:22 +0200)
src/libs/Common/ilogger.h

index c89f9213b472b1a8763779697d0bde8d847fb97e..4d865c9ee6ed6d741dc2ede6eb8645402c56e811 100644 (file)
@@ -250,19 +250,6 @@ signals:
 } // namespace eVaf::Common
 } // namespace eVaf
 
-/**
- * Outputs info messages
- * @param msg The format string
- * @param ... Variable list of arguments
- *
- * The qInfo() function adds info messages to the Qt family of functions qDebug(), qWarning(), qError() and qFatal().
- */
-void COMMON_EXPORT qInfo(char const * const msg, ...)
-#ifdef Q_OS_LINUX
-            __attribute__((format(printf, 1, 2)))
-#endif
-;
-
 /**
  * Macro for fatal error messages.
  *