Whitespace

p4#: 21351
This commit is contained in:
Magne Sjaastad 2013-04-22 09:57:32 +02:00
parent a9e0554635
commit bd211d2115

View File

@ -37,7 +37,6 @@ typedef UiTreeItem<PdmPointer<PdmObject> > PdmUiTreeItem;
/// ///
//================================================================================================== //==================================================================================================
class UiTreeModelPdm : public QAbstractItemModel class UiTreeModelPdm : public QAbstractItemModel
{ {
Q_OBJECT Q_OBJECT
@ -47,9 +46,9 @@ public:
void setRoot(PdmUiTreeItem* root); void setRoot(PdmUiTreeItem* root);
void emitDataChanged(const QModelIndex& index); void emitDataChanged(const QModelIndex& index);
static PdmUiTreeItem* getTreeItemFromIndex(const QModelIndex& index); static PdmUiTreeItem* getTreeItemFromIndex(const QModelIndex& index);
QModelIndex getModelIndexFromPdmObject( const PdmObject * object) const; QModelIndex getModelIndexFromPdmObject(const PdmObject* object) const;
void rebuildUiSubTree(PdmObject* root); void rebuildUiSubTree(PdmObject* root);
public: public:
// Overrides from QAbstractItemModel // Overrides from QAbstractItemModel