looqs/shared/common.h

11 rader
156 B
C
Normal vy Historik

#ifndef COMMON_H
#define COMMON_H
#include <QCoreApplication>
namespace Common
{
void setupAppInfo();
QString databasePath();
} // namespace Common
#endif