From ae5da13f3a040068fd26519d167a396c524cdd1f Mon Sep 17 00:00:00 2001 From: Sebastian Date: Tue, 5 Jun 2018 21:10:35 +0200 Subject: [PATCH] qt.cfg: Add obsolete functions with warning and one alternative one. (#1277) For qInstallMsgHandler there is an alternative function qInstallMessageHandler. Both are added. For qsrand and qrand there is only a hint that the class QRandomGenerator should be used instead. Reference: https://doc.qt.io/qt-5/qtglobal-obsolete.html --- cfg/qt.cfg | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/cfg/qt.cfg b/cfg/qt.cfg index 1391e837a..2d9a7ddd1 100644 --- a/cfg/qt.cfg +++ b/cfg/qt.cfg @@ -660,6 +660,36 @@ + + + false + + + + + + + + false + + + + + + + + + false + + + + + + + false + + +