summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-03-20 02:50:50 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-03-20 20:36:00 +0000
commitdd5f85910e6103ffa3ffbc70e9c60a0f8dc4b427 (patch)
tree0620cd0dc83eeeb6e40fede2ae0416f56b12551c /include
parent231070fc9c94411e5a5feacc7b375886b8a904a2 (diff)
uitest: start to log key input
We need to disable this part in release builds. Change-Id: Ica57f8aca1ffb5f7938ab82ef8b888a8d6d6101a Reviewed-on: https://gerrit.libreoffice.org/35450 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/uitest/logger.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/uitest/logger.hxx b/include/vcl/uitest/logger.hxx
index 32625c7f60a7..5cf906eb510c 100644
--- a/include/vcl/uitest/logger.hxx
+++ b/include/vcl/uitest/logger.hxx
@@ -30,6 +30,8 @@ public:
void log(const OUString& rString);
+ void logKeyInput(VclPtr<vcl::Window>& xUIElement, const KeyEvent& rEvent);
+
static UITestLogger& getInstance();
};