mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -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>
|
||||
|
||||
|
||||
TestQgsApplication::TestQgsApplication() : QObject()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
TestQgsApplication::~TestQgsApplication()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
void TestQgsApplication::authorsFilePath()
|
||||
{
|
||||
QString myPath = QgsApplication::authorsFilePath();
|
||||
|
@ -7,8 +7,6 @@ class TestQgsApplication: public QObject
|
||||
{
|
||||
Q_OBJECT;
|
||||
public:
|
||||
TestQgsApplication();
|
||||
~TestQgsApplication();
|
||||
private slots:
|
||||
void authorsFilePath();
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user