Skip to content

Commit

Permalink
Dont bother with ctor and dtor in unit test to keep it simple
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5216 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Apr 8, 2006
1 parent ed9f640 commit da39782
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
12 changes: 0 additions & 12 deletions tests/src/core/testqgsapplication.cpp
Expand Up @@ -5,18 +5,6 @@
#include <QString>


TestQgsApplication::TestQgsApplication() : QObject()
{

}


TestQgsApplication::~TestQgsApplication()
{

}


void TestQgsApplication::authorsFilePath()
{
QString myPath = QgsApplication::authorsFilePath();
Expand Down
2 changes: 0 additions & 2 deletions tests/src/core/testqgsapplication.h
Expand Up @@ -7,8 +7,6 @@ class TestQgsApplication: public QObject
{
Q_OBJECT;
public:
TestQgsApplication();
~TestQgsApplication();
private slots:
void authorsFilePath();
};
Expand Down

0 comments on commit da39782

Please sign in to comment.