X-Git-Url: https://vaikene.ee/gitweb/gitweb.cgi?p=evaf;a=blobdiff_plain;f=src%2Flibs%2FCommon%2Filogger.h;fp=src%2Flibs%2FCommon%2Filogger.h;h=4d865c9ee6ed6d741dc2ede6eb8645402c56e811;hp=c89f9213b472b1a8763779697d0bde8d847fb97e;hb=cf45ef016ce162419f74f9165c4267a184714956;hpb=36bd93cf4263b118366b3db2d26e8efb1ac1b690 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. *