diff options
| author | David Skoland <davidskoland@gmail.com> | 2018-12-26 16:43:08 +0100 |
|---|---|---|
| committer | David Skoland <davidskoland@gmail.com> | 2018-12-26 16:43:08 +0100 |
| commit | 00cfd2750d39795e4c205aee2a33b92b1da2524d (patch) | |
| tree | 839c1129418ca8fefe41e6814917f9dabb6efa4b /text_file_functions.h | |
| parent | 6f1bce5882676ea7affe717a2f5a00b8c3b7fe12 (diff) | |
moved headers into include and cpp files into src + logo into resource
Diffstat (limited to 'text_file_functions.h')
| -rw-r--r-- | text_file_functions.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/text_file_functions.h b/text_file_functions.h deleted file mode 100644 index 119f38e2..00000000 --- a/text_file_functions.h +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef TEXT_FILE_FUNCTIONS_H -#define TEXT_FILE_FUNCTIONS_H - -#include "aoapplication.h" -#include "file_functions.h" -#include <QTextStream> -#include <QStringList> -#include <QVector> -#include <QDebug> -#include <QColor> -#include <QSettings> - -#endif // TEXT_FILE_FUNCTIONS_H |
