diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-01-19 08:31:54 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-06-18 17:01:36 +0200 |
commit | e9b0ea5067ee8b7c49c4c39c713c383096fcc0c3 (patch) | |
tree | 31afc240ced636c63da624ced3e1501fc649528a /include/vcl | |
parent | ef6acba3375e1d2cbd6f9cef745b7bd154c2c4f2 (diff) |
uitest: add checkboxes to UI testing
Change-Id: I923fa22b0395b2f41bffe3798fb3e4eb18fe5dc2
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/uitest/uiobject.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/uitest/uiobject.hxx b/include/vcl/uitest/uiobject.hxx index 72f8c35c8f43..3e8e89641342 100644 --- a/include/vcl/uitest/uiobject.hxx +++ b/include/vcl/uitest/uiobject.hxx @@ -20,6 +20,7 @@ enum class UIObjectType DIALOG, BUTTON, EDIT, + CHECKBOX, UNKNOWN }; |