diff options
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/uitest/uiobject_impl.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/uitest/uiobject_impl.hxx b/vcl/inc/uitest/uiobject_impl.hxx index 44e2084a5d8c..a23d57fc31ae 100644 --- a/vcl/inc/uitest/uiobject_impl.hxx +++ b/vcl/inc/uitest/uiobject_impl.hxx @@ -44,6 +44,7 @@ protected: }; +// TODO: moggi: what about push buttons? class ButtonUIObject : public WindowUIObject { VclPtr<Button> mxButton; |