diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-03-28 18:34:44 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-06-18 17:01:41 +0200 |
commit | 83653ae3dcd3167db4b992aa37780be90354047e (patch) | |
tree | 4816a4b2b82dfb5968a5106218e8b61c3406a1fa /include/vcl | |
parent | 5ccbdd25ca9cb6cebf7c6956532cd2022e824641 (diff) |
uitest: initial support for spinbuttons in uitesting
Change-Id: I4e62cb65cecdff8ac1a89c3f9c3a14e5206a9115
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 63246e831cd1..55f50882912d 100644 --- a/include/vcl/uitest/uiobject.hxx +++ b/include/vcl/uitest/uiobject.hxx @@ -23,6 +23,7 @@ enum class UIObjectType CHECKBOX, LISTBOX, COMBOBOX, + SPINBUTTON, TABPAGE, UNKNOWN }; |