10 lines
172 B
C++
10 lines
172 B
C++
#pragma once
|
|
|
|
#include "dbcorelib_global.h"
|
|
|
|
class QString;
|
|
|
|
bool DBCORELIB_EXPORT emptyDirectory(const QString &path);
|
|
|
|
const DBCORELIB_EXPORT QString &translationsDir();
|