diff options
Diffstat (limited to 'text_file_functions.h')
| -rw-r--r-- | text_file_functions.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/text_file_functions.h b/text_file_functions.h new file mode 100644 index 00000000..119f38e2 --- /dev/null +++ b/text_file_functions.h @@ -0,0 +1,13 @@ +#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 |
