summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2020-04-08 13:18:14 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2020-04-08 21:58:41 +0200
commite25d79a5bdfb6d50debde7a7b3ea5d31fa425afb (patch)
treeb171642f617c99c0cb6ddbc57fc472ad7be9f229 /src/widgets/kernel
parent402e955db0e0f396c371669bc39367a0a7db02d1 (diff)
QApplication: remove obsolete setGraphicsSystem
Change-Id: I1152207947f9dfe0c40b5702f33d12d2da85502e Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Diffstat (limited to 'src/widgets/kernel')
-rw-r--r--src/widgets/kernel/qapplication.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/widgets/kernel/qapplication.h b/src/widgets/kernel/qapplication.h
index 8f8abab3aa..a0affe54cc 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 *);