summaryrefslogtreecommitdiffstats
path: root/moviemodel.h
diff options
context:
space:
mode:
authoram <am@f440f766-f032-0410-8965-dc7d17de2ca0>2009-07-24 18:15:51 +0000
committeram <am@f440f766-f032-0410-8965-dc7d17de2ca0>2009-07-24 18:15:51 +0000
commit6423dcb88055f3553981f9fc8816b42df871c706 (patch)
treef5f16fb1b879de9b78625d813876961cceea79dd /moviemodel.h
parent0e3e202c90e3ccb80310087409936c00189f0cea (diff)
downloadSheMov-6423dcb88055f3553981f9fc8816b42df871c706.tar.gz
SheMov-6423dcb88055f3553981f9fc8816b42df871c706.tar.bz2
SheMov-6423dcb88055f3553981f9fc8816b42df871c706.zip
-some minor changes and usability things:
-When archiving files, also add new actors to the actorselection -Added completer to ListEditor -When selecting an already existing actor, also add it to actorselection -invalidate ArchiveProxy when items are added -prevent manual editing of FilesystemView git-svn-id: file:///var/svn/repos2/shemov/trunk@395 f440f766-f032-0410-8965-dc7d17de2ca0
Diffstat (limited to 'moviemodel.h')
-rw-r--r--moviemodel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/moviemodel.h b/moviemodel.h
index a3bfa34..c8e6dd1 100644
--- a/moviemodel.h
+++ b/moviemodel.h
@@ -41,6 +41,9 @@ class MovieModel : public QAbstractItemModel {
void addMovie(const QList<QVariant> &data, const QList<QVariant> &actors, const QList<CoverItem> &covers);
void removeMovie(const QModelIndex &idx);
+ signals:
+ void moviesChanged();
+
private:
void populate();
QList<MovieItem*> mItems;