diff options
| author | Cerapter <cerap@protonmail.com> | 2018-09-04 18:15:39 +0200 |
|---|---|---|
| committer | Cerapter <cerap@protonmail.com> | 2018-09-04 18:15:39 +0200 |
| commit | cf87d39150a5a6ba850f77a8467ab21e00f1f8db (patch) | |
| tree | 338cf75c50f64e7e1dd3676e2edb4beed2708e69 /text_file_functions.h | |
| parent | a88de1563b5699ef16d73cbcdfd867da9d887795 (diff) | |
Finished the moving of ini handling to QSettings.
Though this was started before anything on our end, still, this finish
is once again 100% Gameboyprinter's work, it's just reimplemented here
to match our client.
Diffstat (limited to 'text_file_functions.h')
| -rw-r--r-- | text_file_functions.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/text_file_functions.h b/text_file_functions.h new file mode 100644 index 00000000..c5c9b144 --- /dev/null +++ b/text_file_functions.h @@ -0,0 +1,12 @@ +#ifndef TEXT_FILE_FUNCTIONS_H +#define TEXT_FILE_FUNCTIONS_H +#endif // TEXT_FILE_FUNCTIONS_H + +#include "aoapplication.h" +#include "file_functions.h" +#include <QTextStream> +#include <QStringList> +#include <QVector> +#include <QDebug> +#include <QColor> +#include <QSettings> |
