summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2020-04-08 13:20:17 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2020-04-09 00:49:32 +0200
commit9c551778c8b7932a9bd665b37c8332f1b218cd5a (patch)
tree9c7248950f414cfc314da5e475cfee7b984ae465 /src
parentc937ed8af4f3dfef3fd8f8c2a9815376790dd5bf (diff)
QApplication: remove deprecated keyboardInputLocale/Direction members
Change-Id: I87767cbf16aadb1ee36cfed958b5d6367a565915 Reviewed-by: Sona Kurazyan <sona.kurazyan@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/widgets/kernel/qapplication.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/widgets/kernel/qapplication.h b/src/widgets/kernel/qapplication.h
index d8b14ae607..1a924ec0e1 100644
--- a/src/widgets/kernel/qapplication.h
+++ b/src/widgets/kernel/qapplication.h
@@ -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;