#3037 Rename using Q for table view model and tree view model

This commit is contained in:
Magne Sjaastad
2018-06-11 11:16:35 +02:00
parent 1cb4201cbc
commit e370dee3b0
16 changed files with 82 additions and 82 deletions

View File

@@ -110,7 +110,7 @@ private:
bool containsObject(const PdmObjectHandle* object);
void appendChild( PdmUiTreeOrdering* child);
friend class PdmUiTreeViewModel;
friend class PdmUiTreeViewQModel;
PdmUiEditorHandle* editor();
void setEditor(PdmUiEditorHandle* editor);
void insertChild( int position, PdmUiTreeOrdering* child);