diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-03-28 18:33:30 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-06-18 17:01:40 +0200 |
commit | 5ccbdd25ca9cb6cebf7c6956532cd2022e824641 (patch) | |
tree | 77c385c153902d257385a9829f0f2a9c0fbeffb3 /include | |
parent | d85d19d05dc9f16b576da28c9665515cdcfcb9ce (diff) |
uitest: add initial support for combo boxes to uitesting
Change-Id: I82aa2d877216bc1bb984bd16e2d1d54a15fcc4fa
Diffstat (limited to 'include')
-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 2754f677f5b6..63246e831cd1 100644 --- a/include/vcl/uitest/uiobject.hxx +++ b/include/vcl/uitest/uiobject.hxx @@ -22,6 +22,7 @@ enum class UIObjectType EDIT, CHECKBOX, LISTBOX, + COMBOBOX, TABPAGE, UNKNOWN }; |