Detect first run and initialize database and config

Relates to #1
Tento commit je obsažen v:
2020-08-24 21:36:45 +02:00
rodič 8d6678009a
revize ef78e74cdd
4 změnil soubory, kde provedl 110 přidání a 2 odebrání

Zobrazit soubor

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