Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BornAgain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mlz
BornAgain
Commits
38efa013
Commit
38efa013
authored
3 years ago
by
Wuttke, Joachim
Browse files
Options
Downloads
Patches
Plain Diff
narrow down include
parent
b8c1c569
No related branches found
No related tags found
1 merge request
!598
Reorganize GUI/Model subdirectories; remove unused includes; mv some fcts
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
GUI/Model/XML/Serializer.h
+1
-2
1 addition, 2 deletions
GUI/Model/XML/Serializer.h
with
1 addition
and
2 deletions
GUI/Model/XML/Serializer.h
+
1
−
2
View file @
38efa013
...
@@ -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/Double
Descriptor
.h"
#include
"GUI/Model/Types/Double
Property
.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
)
{
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment