diff options
author | Arno <am@disconnect.de> | 2011-12-17 08:19:34 +0100 |
---|---|---|
committer | Arno <am@disconnect.de> | 2011-12-17 08:19:34 +0100 |
commit | 621e72e606f88739a67ce6efc4832e0abdc34ffa (patch) | |
tree | 93180bcbf91e93815894ae9b65ca113c319eb9e6 /shemov.h | |
parent | a80ccf5546c14de14906f5dfb4c7efc65ec54344 (diff) | |
download | SheMov-621e72e606f88739a67ce6efc4832e0abdc34ffa.tar.gz SheMov-621e72e606f88739a67ce6efc4832e0abdc34ffa.tar.bz2 SheMov-621e72e606f88739a67ce6efc4832e0abdc34ffa.zip |
Implemented delete stray actors
Added a tab to DbAnalyzerDialog for actors that aren't associated with a
movie and make it possible to delete them.
Diffstat (limited to 'shemov.h')
-rw-r--r-- | shemov.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -47,6 +47,7 @@ class SheMov : public QMainWindow { void setSize(qint64 size); void checkConsistency(); void analyzeDb(); + void analyzeDelete(int mode, QList<int> &ids); void toggleHover(QObject *object); void checkMount(bool mounted); void toggleFilterGroup(bool checked); |