Add Common::databasePath which also allows overriding it

This commit is contained in:
2020-05-24 15:36:27 +02:00
parent 13fb901044
commit 8de07b703c
4 changed files with 21 additions and 6 deletions

View File

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