diff options
Diffstat (limited to 'src/file_functions.h')
| -rw-r--r-- | src/file_functions.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/file_functions.h b/src/file_functions.h index ca1eeb5e..252148fd 100644 --- a/src/file_functions.h +++ b/src/file_functions.h @@ -1,11 +1,10 @@ #pragma once -#include <QCoreApplication> -#include <QDir> -#include <QFileInfo> #include <QString> bool file_exists(QString file_path); bool dir_exists(QString file_path); bool exists(QString p_path); + +QString get_app_path(); QString get_base_path(); |
