added Common namespace. cli: use settings instead of env for db path
This commit is contained in:
9
shared/common.h
Normal file
9
shared/common.h
Normal file
@ -0,0 +1,9 @@
|
||||
#ifndef COMMON_H
|
||||
#define COMMON_H
|
||||
#include <QCoreApplication>
|
||||
|
||||
namespace Common
|
||||
{
|
||||
void setupAppInfo();
|
||||
}
|
||||
#endif
|
Reference in New Issue
Block a user