diff options
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; |