mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
AppFwk: Set selectAsCurrentItem argument to const
This commit is contained in:
@@ -75,7 +75,7 @@ public:
|
||||
bool isTreeItemEditWidgetActive() const;
|
||||
|
||||
void selectedUiItems(std::vector<PdmUiItem*>& objects); // TODO: rename
|
||||
void selectAsCurrentItem(PdmUiItem* uiItem);
|
||||
void selectAsCurrentItem(const PdmUiItem* uiItem);
|
||||
void setExpanded(const PdmUiItem* uiItem, bool doExpand) const ;
|
||||
|
||||
// QModelIndex access
|
||||
|
||||
Reference in New Issue
Block a user