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
parent 277d466a45
commit 13fb901044
5 changed files with 32 additions and 8 deletions

9
shared/common.h Normal file
View File

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