Add ability to export map stitch images.

This commit is contained in:
Marcus Huderle
2020-04-18 13:07:41 -05:00
committed by huderlem
parent 800d584eb5
commit bb6dbedabf
11 changed files with 275 additions and 57 deletions

View File

@@ -62,6 +62,10 @@
#include <memory>
#include <initializer_list>
#include <QtGlobal>
#if QT_VERSION < QT_VERSION_CHECK(5, 14, 1)
#include "qstringhash.h"
#endif
#include "orderedmap.h"
#ifdef _MSC_VER