diff options
Diffstat (limited to 'include/file_functions.h')
| -rw-r--r-- | include/file_functions.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/file_functions.h b/include/file_functions.h index 8bb2e5f6..31e2e16c 100644 --- a/include/file_functions.h +++ b/include/file_functions.h @@ -4,9 +4,11 @@ #include <QDir> #include <QFileInfo> #include <QString> +#include <QCoreApplication> bool file_exists(QString file_path); bool dir_exists(QString file_path); bool exists(QString p_path); +QString get_base_path(); #endif // FILE_FUNCTIONS_H |
