We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb24cea commit 855b3a9Copy full SHA for 855b3a9
tests/src/core/testqgsapplication.cpp
@@ -5,18 +5,6 @@
5
#include <QString>
6
7
8
-TestQgsApplication::TestQgsApplication() : QObject()
9
-{
10
-
11
-}
12
13
14
-TestQgsApplication::~TestQgsApplication()
15
16
17
18
19
20
void TestQgsApplication::authorsFilePath()
21
{
22
QString myPath = QgsApplication::authorsFilePath();
tests/src/core/testqgsapplication.h
@@ -7,8 +7,6 @@ class TestQgsApplication: public QObject
Q_OBJECT;
public:
- TestQgsApplication();
- ~TestQgsApplication();
private slots:
void authorsFilePath();
};
0 commit comments