We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c71e550 commit 0dd8db6Copy full SHA for 0dd8db6
tests/src/app/testqgsmaptoolreshape.cpp
@@ -25,12 +25,12 @@ Email : paul.blottiere@oslandia.com
25
26
class TestQgsMapToolReshape : public QObject
27
{
28
- Q_OBJECT
+ Q_OBJECT
29
public:
30
TestQgsMapToolReshape() = default;
31
32
- private slots:
33
- void initTestCase(); // will be called before the first testfunction is executed.
+ private slots:
+ void initTestCase(); // will be called before the first testfunction is executed.
34
void cleanupTestCase(); // will be called after the last testfunction was executed.
35
void init(); // will be called before each testfunction is executed.
36
void cleanup(); // will be called after every testfunction.
0 commit comments