mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Use semicolon as string list separator. Fixed bug in tree view state parameter passing.
p4#: 21350
This commit is contained in:
@@ -43,8 +43,8 @@ public:
|
||||
|
||||
virtual void setModel(QAbstractItemModel* model);
|
||||
|
||||
void applyTreeViewState(const QString& treeViewState);
|
||||
void storeTreeViewState(QString& treeViewState);
|
||||
void applyTreeViewStateFromString(const QString& treeViewState);
|
||||
void storeTreeViewStateToString(QString& treeViewState);
|
||||
|
||||
protected:
|
||||
void contextMenuEvent(QContextMenuEvent* event);
|
||||
|
||||
Reference in New Issue
Block a user