SVN commit 945652 by staniek: SVN_SILENT move up M +5 -5 EditorDataModel.cpp --- trunk/koffice/kexi/koproperty2/koproperty/EditorDataModel.cpp #945651:945652 @@ -62,6 +62,11 @@ collectIndices(); } +EditorDataModel::~EditorDataModel() +{ + delete d; +} + typedef QPair NameAndCaption; bool nameAndCaptionLessThan(const NameAndCaption &n1, const NameAndCaption &n2) @@ -86,11 +91,6 @@ return d->indicesForNames.value(propertyName); } -EditorDataModel::~EditorDataModel() -{ - delete d; -} - int EditorDataModel::columnCount(const QModelIndex &parent) const { Q_UNUSED(parent);