Fri, 23 Mar 2018 22:00:34 +0200
reworked includes
src/format.h | file | annotate | diff | comparison | revisions | |
src/linetypes/modelobject.h | file | annotate | diff | comparison | revisions | |
src/main.h | file | annotate | diff | comparison | revisions | |
src/serializer.h | file | annotate | diff | comparison | revisions | |
src/types/matrix.h | file | annotate | diff | comparison | revisions |
--- a/src/format.h Fri Mar 23 21:53:03 2018 +0200 +++ b/src/format.h Fri Mar 23 22:00:34 2018 +0200 @@ -23,6 +23,7 @@ #include "basics.h" #include "colors.h" #include "types/matrix.h" +#include "types/vertex.h" // Converts a given value into a string that can be retrieved with text(). // Used as the argument type to the formatting functions, hence its name.
--- a/src/linetypes/modelobject.h Fri Mar 23 21:53:03 2018 +0200 +++ b/src/linetypes/modelobject.h Fri Mar 23 22:00:34 2018 +0200 @@ -24,6 +24,7 @@ class Model; class LDDocument; class DocumentManager; +struct LDPolygon; /* * Object type codes.
--- a/src/main.h Fri Mar 23 21:53:03 2018 +0200 +++ b/src/main.h Fri Mar 23 22:00:34 2018 +0200 @@ -28,6 +28,7 @@ #include <QSet> #include <QString> #include <QTextFormat> +#include <QVariant> #include "macros.h" #include "version.h" #include "format.h"