Detect first run and initialize database and config

Relates to #1
This commit is contained in:
2020-08-24 21:36:45 +02:00
parent 8d6678009a
commit ef78e74cdd
4 changed files with 110 additions and 2 deletions

View File

@@ -6,5 +6,7 @@ namespace Common
{
void setupAppInfo();
QString databasePath();
bool initSqliteDatabase(QString path);
void ensureConfigured();
} // namespace Common
#endif