diff options
author | Arno <am@disconnect.de> | 2012-03-17 12:08:55 +0100 |
---|---|---|
committer | Arno <am@disconnect.de> | 2012-03-17 12:08:55 +0100 |
commit | c2cd7f21e9a2e5d0219bb674e3b40378c35b3038 (patch) | |
tree | 8098c8ed3a5b46ab3084e9ffab89af6c0e5ae426 /pictureswidget.h | |
parent | 6b8c2cf35525c62b1e7a0279a7ebaa175848d268 (diff) | |
download | SheMov-c2cd7f21e9a2e5d0219bb674e3b40378c35b3038.tar.gz SheMov-c2cd7f21e9a2e5d0219bb674e3b40378c35b3038.tar.bz2 SheMov-c2cd7f21e9a2e5d0219bb674e3b40378c35b3038.zip |
Revamp Select all files in PictureViewer
Change semantics of "Select all pics" in PictureViewer2. Now all pics
are not really all pics any more, but only all pics of the selected
mapping node.
Diffstat (limited to 'pictureswidget.h')
-rw-r--r-- | pictureswidget.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pictureswidget.h b/pictureswidget.h index 41df3b8..0239560 100644 --- a/pictureswidget.h +++ b/pictureswidget.h @@ -126,7 +126,6 @@ class PicFilesModel : public SmTreeModel { QSqlQuery *mDeleteFileQ; QSqlQuery *mDeleteMappingsQ; QSqlQuery *mAddMappingsQ; - QSqlQuery *mAllFilesQ; QString mCurMappingIdsQS; QList<int> mMappingIds; }; |