summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJohan Klokkhammer Helsing <johan.helsing@qt.io>2019-10-09 15:31:58 +0200
committerJohan Klokkhammer Helsing <johan.helsing@qt.io>2019-10-09 15:31:58 +0200
commit83ed67cbf1469d6aaa47b3fb9c5f4d61d0882c53 (patch)
tree456f4b6948968a96d0ad8d37015d0cbb5fb1b142 /tests
parent4a12ac2de9bdbe2aa56f0936f03b0498570216ff (diff)
parenta694ae228ee1779b1c6ec3cae8f1178dea6d7a5d (diff)
Merge remote-tracking branch 'origin/5.15' into dev
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/client/inputcontext/tst_inputcontext.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/client/inputcontext/tst_inputcontext.cpp b/tests/auto/client/inputcontext/tst_inputcontext.cpp
index b1a5a7f17..7c0132e35 100644
--- a/tests/auto/client/inputcontext/tst_inputcontext.cpp
+++ b/tests/auto/client/inputcontext/tst_inputcontext.cpp
@@ -58,8 +58,6 @@ private:
QByteArray mComposeModule = QByteArray("QComposeInputContext"); // default input context
QByteArray mIbusModule = QByteArray("QIBusPlatformInputContext");
QByteArray mWaylandModule = QByteArray("QtWaylandClient::QWaylandInputContext");
-
- TextInputManager *mTextInputManager = nullptr;
};
void tst_inputcontext::initTestCase()