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:
Magne Sjaastad
2013-03-20 15:04:28 +01:00
parent ad8cbfa651
commit 1a113b83d3
4 changed files with 68 additions and 12 deletions

View File

@@ -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: