diff options
author | Szymon Kłos <szymon.klos@collabora.com> | 2021-01-13 20:12:50 +0100 |
---|---|---|
committer | Szymon Kłos <szymon.klos@collabora.com> | 2021-01-14 10:20:45 +0100 |
commit | c87b1a887462cd3842eb90c9d6c50193c2d350f1 (patch) | |
tree | 0f2e39fd54b4cf7ecb757f44e65d29c9544e738b /vcl/inc/iconview.hxx | |
parent | 25f33c3393895edced99cb69c7a450b9e2bb5343 (diff) |
UITest: add IconView
Change-Id: I6971d73e65f0a1f60203ea1010ed8ad3ba176755
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109243
Tested-by: Jenkins
Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'vcl/inc/iconview.hxx')
-rw-r--r-- | vcl/inc/iconview.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/inc/iconview.hxx b/vcl/inc/iconview.hxx index 9c74d29f9834..f10b0ed8a53e 100644 --- a/vcl/inc/iconview.hxx +++ b/vcl/inc/iconview.hxx @@ -33,6 +33,8 @@ public: void PaintEntry(SvTreeListEntry&, tools::Long nX, tools::Long nY, vcl::RenderContext& rRenderContext); + + virtual FactoryFunction GetUITestFactory() const override; }; #endif |