From cf45ef016ce162419f74f9165c4267a184714956 Mon Sep 17 00:00:00 2001 From: Enar Vaikene Date: Thu, 17 Mar 2016 09:22:18 +0200 Subject: [PATCH] Removed qInfo(), which is now part of Qt since version 5.5. --- src/libs/Common/ilogger.h | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/libs/Common/ilogger.h b/src/libs/Common/ilogger.h index c89f921..4d865c9 100644 --- a/src/libs/Common/ilogger.h +++ b/src/libs/Common/ilogger.h @@ -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. * -- 2.45.0