Files
DbCoreLib/utils/fileutils.h

10 lines
172 B
C
Raw Permalink Normal View History

2018-10-14 12:13:53 +02:00
#pragma once
#include "dbcorelib_global.h"
2018-10-14 15:11:59 +02:00
class QString;
2018-10-14 12:13:53 +02:00
bool DBCORELIB_EXPORT emptyDirectory(const QString &path);
2018-10-14 15:11:59 +02:00
const DBCORELIB_EXPORT QString &translationsDir();