Skip to content

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed
 

‎src/core/qgspoint.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
#include "qgspoint.h"
2121

22-
#include <qtextstream.h>
22+
#include <QTextStream>
2323

2424

2525
QgsPoint::QgsPoint(const QgsPoint& p)

‎src/core/qgspoint.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@
2121

2222
#include <iostream>
2323

24-
#ifndef QSTRING_H
25-
#include <qstring.h>
26-
#endif
24+
#include <QString>
2725

2826
class QgsPoint
2927
{

0 commit comments

Comments
 (0)
Please sign in to comment.