Add Common::databasePath which also allows overriding it

此提交包含在:
2020-05-24 15:36:27 +02:00
父節點 13fb901044
當前提交 8de07b703c
共有 4 個檔案被更改,包括 21 行新增6 行删除

查看文件

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