Skip to content

Commit 855b3a9

Browse files
author
timlinux
committed
Dont bother with ctor and dtor in unit test to keep it simple
git-svn-id: http://svn.osgeo.org/qgis/trunk@5216 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent eb24cea commit 855b3a9

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

tests/src/core/testqgsapplication.cpp

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,6 @@
55
#include <QString>
66

77

8-
TestQgsApplication::TestQgsApplication() : QObject()
9-
{
10-
11-
}
12-
13-
14-
TestQgsApplication::~TestQgsApplication()
15-
{
16-
17-
}
18-
19-
208
void TestQgsApplication::authorsFilePath()
219
{
2210
QString myPath = QgsApplication::authorsFilePath();

tests/src/core/testqgsapplication.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ class TestQgsApplication: public QObject
77
{
88
Q_OBJECT;
99
public:
10-
TestQgsApplication();
11-
~TestQgsApplication();
1210
private slots:
1311
void authorsFilePath();
1412
};

0 commit comments

Comments
 (0)