status-desktop/src-cpp/constants.h

16 lines
303 B
C
Raw Normal View History

2022-01-06 19:29:19 +00:00
#pragma once
#include <QString>
namespace Constants
{
const QString DataDir = "/data";
const QString Keystore = "/data/keystore";
QString applicationPath(QString path = "");
QString tmpPath(QString path = "");
QString cachePath(QString path = "");
bool ensureDirectories();
} // namespace Constants