summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-03-28 18:35:14 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-06-18 17:01:41 +0200
commit24d5e156cb82430fd315a55115a3d2b43ef559e6 (patch)
tree0a9a57dcd70804e499cb07fdbf9964c9f4ec472c /vcl
parent83653ae3dcd3167db4b992aa37780be90354047e (diff)
uitest: add todo comment
Change-Id: Ie2f5f1342f3d91aeb43d5c9c62a2dbac4c801451
Diffstat (limited to 'vcl')
-rw-r--r--vcl/inc/uitest/uiobject_impl.hxx1
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;