From 5addc8a8ec89c1e354949bcf5c3152fea4fe44b9 Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 22 Sep 2012 14:18:38 +0200 Subject: MappingTreeModel Fix: get rid of displaying mappings in status bar When selecting pictures the mappings were displayed in the status bar. Get rid of it. It's useless and nothing to be shown down there anyway. --- pictureswidget.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'pictureswidget.h') diff --git a/pictureswidget.h b/pictureswidget.h index ae64a94..cc1578d 100644 --- a/pictureswidget.h +++ b/pictureswidget.h @@ -111,7 +111,6 @@ class PicFilesModel : public SmTreeModel { explicit PicFilesModel(const QStringList &headers, QObject *parent = 0); ~PicFilesModel(); void setMapping(int pMapId); - QList mappingIds(const QList &fileIds); //some data Qt::ItemFlags flags(const QModelIndex &) const { return Qt::ItemIsEnabled | Qt::ItemIsSelectable; } @@ -131,7 +130,6 @@ class PicFilesModel : public SmTreeModel { QSqlQuery *mDeleteFileQ; QSqlQuery *mDeleteMappingsQ; QSqlQuery *mAddMappingsQ; - QString mCurMappingIdsQS; QList mMappingIds; }; -- cgit v1.2.3-70-g09d2