QApplication: remove deprecated keyboardInputLocale/Direction members
Change-Id: I87767cbf16aadb1ee36cfed958b5d6367a565915 Reviewed-by: Sona Kurazyan <sona.kurazyan@qt.io>
This commit is contained in:
parent
c937ed8af4
commit
9c551778c8
@ -155,13 +155,6 @@ public:
|
||||
static bool isEffectEnabled(Qt::UIEffect);
|
||||
static void setEffectEnabled(Qt::UIEffect, bool enable = true);
|
||||
|
||||
#if QT_DEPRECATED_SINCE(5, 0)
|
||||
QT_DEPRECATED static QLocale keyboardInputLocale()
|
||||
{ return qApp ? QGuiApplication::inputMethod()->locale() : QLocale::c(); }
|
||||
QT_DEPRECATED static Qt::LayoutDirection keyboardInputDirection()
|
||||
{ return qApp ? QGuiApplication::inputMethod()->inputDirection() : Qt::LeftToRight; }
|
||||
#endif
|
||||
|
||||
static int exec();
|
||||
bool notify(QObject *, QEvent *) override;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user