diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2024-11-30 02:17:21 +0100 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2024-11-30 09:41:05 +0100 |
commit | 05c8f91d5abf79f3591b5979ae01a17f2b153880 (patch) | |
tree | 598c4c386d1ee27eedd6dc35b3d277a845fb5972 /vcl/inc | |
parent | ec395cfd2062f98af77029dee845c12bb2f9153a (diff) |
tdf#130857 qt weld: Implement more TreeView methods wrt selection
Change-Id: I3479b138a0986f1fbac7745e575e318bf63c1911
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177576
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Tested-by: Jenkins
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/qt5/QtInstanceTreeView.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/qt5/QtInstanceTreeView.hxx b/vcl/inc/qt5/QtInstanceTreeView.hxx index 04cb4ae87337..a344c365a7c4 100644 --- a/vcl/inc/qt5/QtInstanceTreeView.hxx +++ b/vcl/inc/qt5/QtInstanceTreeView.hxx @@ -41,7 +41,7 @@ public: virtual int get_selected_index() const override; virtual void select(int nPos) override; - virtual void unselect(int pos) override; + virtual void unselect(int nPos) override; virtual void remove(int pos) override; virtual OUString get_text(int nRow, int nCol = -1) const override; virtual void set_text(int row, const OUString& rText, int col = -1) override; |