Skip to content

Commit a389321

Browse files
committedJun 7, 2018
Include QDomNode (needed to build the test)
1 parent 2f2221a commit a389321

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
 

‎src/core/qgslayerdefinition.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
* (at your option) any later version. *
1313
* *
1414
***************************************************************************/
15-
#include <QDomNode>
1615
#include <QFileInfo>
1716
#include <QFile>
1817
#include <QDir>

‎src/core/qgslayerdefinition.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121

2222
#include <QString>
2323
#include <QVector>
24+
#include <QDomNode>
2425

25-
class QDomNode;
2626
class QDomDocument;
2727

2828
class QgsLayerTreeGroup;

0 commit comments

Comments
 (0)
Please sign in to comment.