added Common namespace. cli: use settings instead of env for db path

This commit is contained in:
2020-05-23 22:52:42 +02:00
父節點 277d466a45
當前提交 13fb901044
共有 5 個文件被更改,包括 32 次插入8 次删除

9
shared/common.h Normal file
查看文件

@ -0,0 +1,9 @@
#ifndef COMMON_H
#define COMMON_H
#include <QCoreApplication>
namespace Common
{
void setupAppInfo();
}
#endif