From 6423dcb88055f3553981f9fc8816b42df871c706 Mon Sep 17 00:00:00 2001 From: am Date: Fri, 24 Jul 2009 18:15:51 +0000 Subject: -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 --- moviemodel.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'moviemodel.cpp') diff --git a/moviemodel.cpp b/moviemodel.cpp index 7fbac31..28399de 100644 --- a/moviemodel.cpp +++ b/moviemodel.cpp @@ -253,6 +253,7 @@ void MovieModel::addMovie(const QList &data, const QList &ac insertRows(row, 1, QModelIndex()); QModelIndex i = index(row, 0, QModelIndex()); setRow(i, data, actors, covers); + emit moviesChanged(); } void MovieModel::removeMovie(const QModelIndex &idx){ -- cgit v1.2.3-70-g09d2