summaryrefslogtreecommitdiff
path: root/vcl/source/app
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/app')
-rw-r--r--vcl/source/app/salvtables.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/vcl/source/app/salvtables.cxx b/vcl/source/app/salvtables.cxx
index f01c28219142..1ea5c985ecc2 100644
--- a/vcl/source/app/salvtables.cxx
+++ b/vcl/source/app/salvtables.cxx
@@ -5532,6 +5532,12 @@ void SalInstanceIconView::connect_query_tooltip(const Link<const weld::TreeIter&
m_xIconView->SetTooltipHdl(LINK(this, SalInstanceIconView, TooltipHdl));
}
+void SalInstanceIconView::connect_get_property_tree_elem(
+ const Link<const tools::json_prop_query&, bool>& rLink)
+{
+ m_xIconView->SetDumpElemToPropertyTreeHdl(rLink);
+}
+
OUString SalInstanceIconView::get_selected_id() const
{
assert(m_xIconView->IsUpdateMode() && "don't request selection when frozen");