mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Whitespace
p4#: 21351
This commit is contained in:
parent
a9e0554635
commit
bd211d2115
@ -37,7 +37,6 @@ typedef UiTreeItem<PdmPointer<PdmObject> > PdmUiTreeItem;
|
||||
///
|
||||
//==================================================================================================
|
||||
class UiTreeModelPdm : public QAbstractItemModel
|
||||
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
@ -47,9 +46,9 @@ public:
|
||||
void setRoot(PdmUiTreeItem* root);
|
||||
void emitDataChanged(const QModelIndex& index);
|
||||
|
||||
static PdmUiTreeItem* getTreeItemFromIndex(const QModelIndex& index);
|
||||
QModelIndex getModelIndexFromPdmObject( const PdmObject * object) const;
|
||||
void rebuildUiSubTree(PdmObject* root);
|
||||
static PdmUiTreeItem* getTreeItemFromIndex(const QModelIndex& index);
|
||||
QModelIndex getModelIndexFromPdmObject(const PdmObject* object) const;
|
||||
void rebuildUiSubTree(PdmObject* root);
|
||||
|
||||
public:
|
||||
// Overrides from QAbstractItemModel
|
||||
|
Loading…
Reference in New Issue
Block a user