
If you don't want to see this commit on blames, use the hidden whitespace option on GitHub, or use `-w` in git-blame.
14 lines
271 B
C
14 lines
271 B
C
#ifndef TEXT_FILE_FUNCTIONS_H
|
|
#define TEXT_FILE_FUNCTIONS_H
|
|
|
|
#include "aoapplication.h"
|
|
#include "file_functions.h"
|
|
#include <QColor>
|
|
#include <QDebug>
|
|
#include <QSettings>
|
|
#include <QStringList>
|
|
#include <QTextStream>
|
|
#include <QVector>
|
|
|
|
#endif // TEXT_FILE_FUNCTIONS_H
|