Only index the database when a valid uuid is present.

Refresh the database when a PS Vita is connected.
This commit is contained in:
codestation
2013-12-19 20:53:27 -04:30
parent ee9237197d
commit b67af3b9d2
4 changed files with 18 additions and 6 deletions

View File

@@ -42,7 +42,7 @@ public:
explicit Database();
~Database();
bool reload();
bool reload(bool &prepared);
void setUUID(const QString uuid);
void addEntries(CMAObject *root);
CMAObject *ohfiToObject(int ohfi);