diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-03-28 20:58:13 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-06-18 17:01:47 +0200 |
commit | 00c7916459ee175e36dcea80c6f7d5db5caff3c5 (patch) | |
tree | 7fcf7e075d9c56709d2d78704a44d6f9e4c9543c /include | |
parent | b35be797f53b388a0d95d6c8db27e683343bcea2 (diff) |
uitest: add spinfield uitest support
Change-Id: Id2dae42396beaa4818c60a57ac8aa76e4eddf24d
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 55f50882912d..855cac3e53b5 100644 --- a/include/vcl/uitest/uiobject.hxx +++ b/include/vcl/uitest/uiobject.hxx @@ -25,6 +25,7 @@ enum class UIObjectType COMBOBOX, SPINBUTTON, TABPAGE, + SPINFIELD, UNKNOWN }; |