2018-08-16 Fred Gleason <fredg@paravelsystems.com>

* Added a database attributes check to rddbmgr(8).
This commit is contained in:
Fred Gleason
2018-08-16 16:42:23 +00:00
parent 807758b610
commit f59d5f2396
3 changed files with 90 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ class MainObject : public QObject
// check.cpp
//
bool Check(QString *err_msg) const;
void CheckTableAttributes() const;
void RelinkAudio(const QString &srcdir) const;
void CheckOrphanedTracks() const;
void CheckCutCounts() const;