diff options
author | Arno <am@disconnect.de> | 2011-12-16 11:52:56 +0100 |
---|---|---|
committer | Arno <am@disconnect.de> | 2011-12-16 11:52:56 +0100 |
commit | d3c5cf915f71ada6324277bc427796b9739c6cb8 (patch) | |
tree | 641ebcce1606d0e0c8b05b4486757b58e0c51857 /archivetreeview.h | |
parent | b0ed5d04a5934be074383541026d49afc0804adb (diff) | |
download | SheMov-d3c5cf915f71ada6324277bc427796b9739c6cb8.tar.gz SheMov-d3c5cf915f71ada6324277bc427796b9739c6cb8.tar.bz2 SheMov-d3c5cf915f71ada6324277bc427796b9739c6cb8.zip |
DbAnalyzer first try
Well, trying to join the consistencyChecker and the check for stray
actors/genres. First try :)
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 2163fe5..f784d14 100644 --- a/archivetreeview.h +++ b/archivetreeview.h @@ -51,6 +51,7 @@ class ArchiveTreeView : public QWidget void cleanDatabase(const QString &table); void showNoCoverDialog(); void selectMovie(const QModelIndex &idx); + void selectMoviePart(int seriespartId, int seriesId); void copyPath(int type); void readSettings(); |