mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
As QModelIndex is stored on clipboard, clear after move/delete operations
Added support for multiple delete of reservoir cases p4#: 21007
This commit is contained in:
@@ -65,7 +65,7 @@ public:
|
||||
virtual bool insertRows(int position, int rows, const QModelIndex &parent = QModelIndex());
|
||||
virtual bool removeRows(int position, int rows, const QModelIndex &parent = QModelIndex());
|
||||
|
||||
private:
|
||||
protected:
|
||||
QModelIndex getModelIndexFromPdmObjectRecursive(const QModelIndex& root, const PdmObject * object) const;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user