aboutsummaryrefslogtreecommitdiff
path: root/file_functions.h
diff options
context:
space:
mode:
authorDavid Skoland <davidskoland@gmail.com>2018-12-26 16:43:08 +0100
committerDavid Skoland <davidskoland@gmail.com>2018-12-26 16:43:08 +0100
commit00cfd2750d39795e4c205aee2a33b92b1da2524d (patch)
tree839c1129418ca8fefe41e6814917f9dabb6efa4b /file_functions.h
parent6f1bce5882676ea7affe717a2f5a00b8c3b7fe12 (diff)
moved headers into include and cpp files into src + logo into resource
Diffstat (limited to 'file_functions.h')
-rw-r--r--file_functions.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/file_functions.h b/file_functions.h
deleted file mode 100644
index 6937ed8a..00000000
--- a/file_functions.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef FILE_FUNCTIONS_H
-#define FILE_FUNCTIONS_H
-
-#include <QFileInfo>
-#include <QDir>
-#include <QString>
-
-bool file_exists(QString file_path);
-bool dir_exists(QString file_path);
-bool exists(QString p_path);
-
-#endif // FILE_FUNCTIONS_H