QApplication: remove obsolete setGraphicsSystem

Change-Id: I1152207947f9dfe0c40b5702f33d12d2da85502e
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
This commit is contained in:
Volker Hilsheimer 2020-04-08 13:18:14 +02:00
parent 402e955db0
commit e25d79a5bd

View File

@ -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 *);