mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-17 00:04:02 -04:00
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
This commit is contained in:
parent
eb24cea6c8
commit
855b3a95d2
@ -5,18 +5,6 @@
|
|||||||
#include <QString>
|
#include <QString>
|
||||||
|
|
||||||
|
|
||||||
TestQgsApplication::TestQgsApplication() : QObject()
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
TestQgsApplication::~TestQgsApplication()
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
void TestQgsApplication::authorsFilePath()
|
void TestQgsApplication::authorsFilePath()
|
||||||
{
|
{
|
||||||
QString myPath = QgsApplication::authorsFilePath();
|
QString myPath = QgsApplication::authorsFilePath();
|
||||||
|
@ -7,8 +7,6 @@ class TestQgsApplication: public QObject
|
|||||||
{
|
{
|
||||||
Q_OBJECT;
|
Q_OBJECT;
|
||||||
public:
|
public:
|
||||||
TestQgsApplication();
|
|
||||||
~TestQgsApplication();
|
|
||||||
private slots:
|
private slots:
|
||||||
void authorsFilePath();
|
void authorsFilePath();
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user