From kde-commits Fri Mar 27 21:39:00 2009 From: Jaroslaw Staniek Date: Fri, 27 Mar 2009 21:39:00 +0000 To: kde-commits Subject: koffice/kexi/koproperty2/koproperty (silent) Message-Id: <1238189940.935169.12733.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=123818995121562 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);