diff options
| author | 2018-01-14 02:33:33 +0100 | |
|---|---|---|
| committer | 2018-01-14 02:33:33 +0100 | |
| commit | 12bfa92a9d35299a2eeb456b11238a6bd9669146 (patch) | |
| tree | f12816d5835603d7b6503d930ff625fb6ca39f22 /cli/displaytoolbox.h | |
| parent | 9c22232ea0c2907138104f3bc1b15fc699e0d660 (diff) | |
| download | OneRoll-12bfa92a9d35299a2eeb456b11238a6bd9669146.tar.gz OneRoll-12bfa92a9d35299a2eeb456b11238a6bd9669146.zip | |
-rename class.
Diffstat (limited to 'cli/displaytoolbox.h')
| -rw-r--r-- | cli/displaytoolbox.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/cli/displaytoolbox.h b/cli/displaytoolbox.h new file mode 100644 index 0000000..077831f --- /dev/null +++ b/cli/displaytoolbox.h @@ -0,0 +1,16 @@ +#ifndef GENERATEIMAGE_H +#define GENERATEIMAGE_H + +#include <QImage> +#include <QString> +#include <QJsonArray> + +class ImageGenerator +{ +public: + ImageGenerator(); + static QString makeImage(QJsonArray array,bool allSameFaceCount); +}; + + +#endif // GENERATEIMAGE_H |