diff options
author | Arno <am@disconnect.de> | 2012-09-22 14:18:38 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2012-09-22 14:18:38 +0200 |
commit | 5addc8a8ec89c1e354949bcf5c3152fea4fe44b9 (patch) | |
tree | 114a99cbbaecad2f452d4135d6f8924fcb9961fe /pictureswidget.h | |
parent | b71d36c02bcb5c93bfaf97ccab4b1e99a44b782b (diff) | |
download | SheMov-5addc8a8ec89c1e354949bcf5c3152fea4fe44b9.tar.gz SheMov-5addc8a8ec89c1e354949bcf5c3152fea4fe44b9.tar.bz2 SheMov-5addc8a8ec89c1e354949bcf5c3152fea4fe44b9.zip |
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.
Diffstat (limited to 'pictureswidget.h')
-rw-r--r-- | pictureswidget.h | 2 |
1 files changed, 0 insertions, 2 deletions
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<int> mappingIds(const QList<QVariant> &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<int> mMappingIds; }; |