From: Enar Vaikene Date: Thu, 17 Mar 2016 07:22:18 +0000 (+0200) Subject: Removed qInfo(), which is now part of Qt since version 5.5. X-Git-Url: https://vaikene.ee/gitweb/gitweb.cgi?p=evaf;a=commitdiff_plain;h=cf45ef016ce162419f74f9165c4267a184714956 Removed qInfo(), which is now part of Qt since version 5.5. --- 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. *