diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-01-09 04:56:47 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-06-18 17:01:27 +0200 |
commit | 41160b5ed4be15bf0e57ff9ebd492429a14ebb71 (patch) | |
tree | 3c7d9fda4321378c014109fad1c3b29d47ba7e4d /include | |
parent | 3fdb733874cdc53afd92d14a49d1d76c7c7f12ac (diff) |
uitest: add ui test wrapper for Edit
Change-Id: Ife00f65311c44703edae06971f77faa6b0e2eb3f
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 fb7b63ef440f..c6e9e350502b 100644 --- a/include/vcl/uitest/uiobject.hxx +++ b/include/vcl/uitest/uiobject.hxx @@ -19,6 +19,7 @@ enum class UIObjectType WINDOW, DIALOG, BUTTON, + EDIT, UNKNOWN }; |