From e25d79a5bdfb6d50debde7a7b3ea5d31fa425afb Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Wed, 8 Apr 2020 13:18:14 +0200 Subject: [PATCH] QApplication: remove obsolete setGraphicsSystem MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I1152207947f9dfe0c40b5702f33d12d2da85502e Reviewed-by: Tor Arne Vestbø --- src/widgets/kernel/qapplication.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/widgets/kernel/qapplication.h b/src/widgets/kernel/qapplication.h index 8f8abab3aa4..a0affe54cc2 100644 --- a/src/widgets/kernel/qapplication.h +++ b/src/widgets/kernel/qapplication.h @@ -99,9 +99,6 @@ public: static QStyle *style(); static void setStyle(QStyle*); static QStyle *setStyle(const QString&); -#if QT_DEPRECATED_SINCE(5, 0) - QT_DEPRECATED static inline void setGraphicsSystem(const QString &) {} -#endif using QGuiApplication::palette; static QPalette palette(const QWidget *);