aboutsummaryrefslogtreecommitdiff
path: root/include/file_functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/file_functions.h')
-rw-r--r--include/file_functions.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/file_functions.h b/include/file_functions.h
deleted file mode 100644
index 31e2e16c..00000000
--- a/include/file_functions.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef FILE_FUNCTIONS_H
-#define FILE_FUNCTIONS_H
-
-#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