summaryrefslogtreecommitdiffstats
path: root/archiveviewwidget.h
diff options
context:
space:
mode:
authoram <am@f440f766-f032-0410-8965-dc7d17de2ca0>2009-08-06 20:07:25 +0000
committeram <am@f440f766-f032-0410-8965-dc7d17de2ca0>2009-08-06 20:07:25 +0000
commitcbf3c617d366892cf6af9b5fdbc5286e47ca4b42 (patch)
tree8f8d904dc13e7a688b06b262a6bf2266aab06f82 /archiveviewwidget.h
parent44a73ebcfc2ad65fe7301d49f7020f9f8dcd7762 (diff)
downloadSheMov-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.h1
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 &current, const QModelIndex &prev);
private:
+ const QModelIndex getSourceColumnZero();
QComboBox *mGenre;
QComboBox *mActors;
QLineEdit *mName;