diff options
author | Arno <am@disconnect.de> | 2011-05-22 05:54:07 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2011-05-22 05:54:07 +0200 |
commit | 47d30d5f4838a1980545c36308858efc7d5bde0d (patch) | |
tree | b1137fa0db924409df7eda40f8ed08e5fa30ae1e /archivetreeview.h | |
parent | 9b2f7da813faea42587c0a78435a41aa338471fe (diff) | |
download | SheMov-47d30d5f4838a1980545c36308858efc7d5bde0d.tar.gz SheMov-47d30d5f4838a1980545c36308858efc7d5bde0d.tar.bz2 SheMov-47d30d5f4838a1980545c36308858efc7d5bde0d.zip |
Update IsLocal when setting DVD no.
The field IsLocal in the SeriesTreeModel is now properly updated
when the DVD no. changes. It still doesn't propagate to the file
view, though.
Diffstat (limited to 'archivetreeview.h')
-rw-r--r-- | archivetreeview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivetreeview.h b/archivetreeview.h index 0de5782..15a27c5 100644 --- a/archivetreeview.h +++ b/archivetreeview.h @@ -58,6 +58,7 @@ class ArchiveTreeView : public QWidget void currentChanged(const QItemSelection &selected, const QItemSelection &deselected); void setMappingItems(const QList<int> seriesPartIds, MappingTableModel *model, MappingTableWidget *widget); void playSelected(const QString &preferred = QString()); + void invalidateSorting(); private: //functions |