Skip to content
Snippets Groups Projects
Commit 38efa013 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

narrow down include

parent b8c1c569
No related branches found
No related tags found
1 merge request!598Reorganize GUI/Model subdirectories; remove unused includes; mv some fcts
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
#define BORNAGAIN_GUI_MODEL_XML_SERIALIZER_H #define BORNAGAIN_GUI_MODEL_XML_SERIALIZER_H
#include "GUI/Model/Group/SelectionProperty.h" #include "GUI/Model/Group/SelectionProperty.h"
#include "GUI/Model/Types/DoubleDescriptor.h" #include "GUI/Model/Types/DoubleProperty.h"
#include <QXmlStreamWriter> // used in every including file #include <QXmlStreamWriter> // used in every including file
class DoubleProperty; class DoubleProperty;
...@@ -45,7 +45,6 @@ public: ...@@ -45,7 +45,6 @@ public:
void rw(VectorProperty& d); void rw(VectorProperty& d);
void rw(UIntProperty& d); void rw(UIntProperty& d);
//! serialize a list with a known and fixed type which is not a base class, but the real class //! serialize a list with a known and fixed type which is not a base class, but the real class
template <typename T> void rw(const QString& tag, QVector<T>& vec) template <typename T> void rw(const QString& tag, QVector<T>& vec)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment