QApplication: remove obsolete setGraphicsSystem
Change-Id: I1152207947f9dfe0c40b5702f33d12d2da85502e Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
This commit is contained in:
parent
402e955db0
commit
e25d79a5bd
@ -99,9 +99,6 @@ public:
|
|||||||
static QStyle *style();
|
static QStyle *style();
|
||||||
static void setStyle(QStyle*);
|
static void setStyle(QStyle*);
|
||||||
static QStyle *setStyle(const QString&);
|
static QStyle *setStyle(const QString&);
|
||||||
#if QT_DEPRECATED_SINCE(5, 0)
|
|
||||||
QT_DEPRECATED static inline void setGraphicsSystem(const QString &) {}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
using QGuiApplication::palette;
|
using QGuiApplication::palette;
|
||||||
static QPalette palette(const QWidget *);
|
static QPalette palette(const QWidget *);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user