Added new '--orphaned-*' command line switches.

This commit is contained in:
Patrick Linstruth
2019-06-02 10:23:46 -07:00
parent ec367160a8
commit bbbea94710
5 changed files with 121 additions and 27 deletions

View File

@@ -132,6 +132,11 @@ class MainObject : public QObject
bool db_verbose;
bool db_yes;
bool db_no;
bool db_check_all;
bool db_check_orphaned_audio;
bool db_check_orphaned_tracks;
bool db_check_orphaned_carts;
bool db_check_orphaned_cuts;
QString db_orphan_group_name;
QString db_dump_cuts_dir;
QString db_rehash;