mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 02:42:55 +00:00
mark QApplication::graphicsSystem() and QApplication::setGraphicsSystem() as deprecated
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
8b74839177
commit
c16d842750
1 changed files with 2 additions and 2 deletions
|
@ -90,8 +90,8 @@ public:
|
|||
static QStyle *style();
|
||||
static void setStyle(QStyle*);
|
||||
static QStyle *setStyle(const QString&);
|
||||
static QString graphicsSystem();
|
||||
static void setGraphicsSystem(const QString &);
|
||||
QT_DEPRECATED static QString graphicsSystem();
|
||||
QT_DEPRECATED static void setGraphicsSystem(const QString &);
|
||||
|
||||
#ifndef QT_NO_CURSOR
|
||||
static QCursor *overrideCursor();
|
||||
|
|
Loading…
Add table
Reference in a new issue