We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d814324 commit a122e02Copy full SHA for a122e02
tests/src/app/testqgsmaptoolreshape.cpp
@@ -27,7 +27,7 @@ class TestQgsMapToolReshape : public QObject
27
{
28
Q_OBJECT
29
public:
30
- TestQgsMapToolReshape() = default;
+ TestQgsMapToolReshape() : mQgisApp( nullptr ) {}
31
32
private slots:
33
void initTestCase(); // will be called before the first testfunction is executed.
@@ -38,7 +38,7 @@ class TestQgsMapToolReshape : public QObject
38
void reshapeWithBindingLine();
39
40
private:
41
- QgisApp *mQgisApp = nullptr;
+ QgisApp *mQgisApp;
42
};
43
44
void TestQgsMapToolReshape::initTestCase()
0 commit comments