diff options
author | am <am@f440f766-f032-0410-8965-dc7d17de2ca0> | 2009-08-06 20:07:25 +0000 |
---|---|---|
committer | am <am@f440f766-f032-0410-8965-dc7d17de2ca0> | 2009-08-06 20:07:25 +0000 |
commit | cbf3c617d366892cf6af9b5fdbc5286e47ca4b42 (patch) | |
tree | 8f8d904dc13e7a688b06b262a6bf2266aab06f82 /archiveviewwidget.h | |
parent | 44a73ebcfc2ad65fe7301d49f7020f9f8dcd7762 (diff) | |
download | SheMov-cbf3c617d366892cf6af9b5fdbc5286e47ca4b42.tar.gz SheMov-cbf3c617d366892cf6af9b5fdbc5286e47ca4b42.tar.bz2 SheMov-cbf3c617d366892cf6af9b5fdbc5286e47ca4b42.zip |
-prepared archiveviewwidget for size operation
-need some more attributes for movieitem, like part and movienumber to sort properly
git-svn-id: file:///var/svn/repos2/shemov/trunk@399 f440f766-f032-0410-8965-dc7d17de2ca0
Diffstat (limited to 'archiveviewwidget.h')
-rw-r--r-- | archiveviewwidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archiveviewwidget.h b/archiveviewwidget.h index 1e7e06a..fd2cf55 100644 --- a/archiveviewwidget.h +++ b/archiveviewwidget.h @@ -50,6 +50,7 @@ class ArchiveViewWidget : public QWidget { void rowChanged(const QModelIndex ¤t, const QModelIndex &prev); private: + const QModelIndex getSourceColumnZero(); QComboBox *mGenre; QComboBox *mActors; QLineEdit *mName; |