summaryrefslogtreecommitdiff
path: root/include/vcl/button.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-05-19 03:36:18 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-06-18 17:02:20 +0200
commit99a934520777a5d3f6323e8f52f8dc388239cfe7 (patch)
tree6e2b4f243e1eff38d1d98a8f78ca64bd2d9e1c4c /include/vcl/button.hxx
parentcca08f80b37e05564cffd2f51afd54322848112c (diff)
uitest: add wrapper for radio button
Change-Id: I8b4b35ac313796364502f8e9e2e836dc21f48a42
Diffstat (limited to 'include/vcl/button.hxx')
-rw-r--r--include/vcl/button.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/button.hxx b/include/vcl/button.hxx
index e9c8df926cd3..0fb7c98e72c6 100644
--- a/include/vcl/button.hxx
+++ b/include/vcl/button.hxx
@@ -388,6 +388,8 @@ public:
*/
void group(RadioButton &rOther);
virtual void ShowFocus(const Rectangle& rRect) override;
+
+ virtual FactoryFunction GetUITestFactory() const override;
};
class VCL_DLLPUBLIC CheckBox : public Button