mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
Fix broken template
This commit is contained in:
parent
b76bfdee7e
commit
375814e140
@ -1,9 +1,9 @@
|
||||
% {Cpp: LicenseTemplate}\
|
||||
%{Cpp:LicenseTemplate}
|
||||
#include "qgstest.h"
|
||||
#include <QObject>
|
||||
#include <qgsapplication.h>
|
||||
|
||||
class % {CN}: public QObject
|
||||
class %{CN}: public QObject
|
||||
{
|
||||
|
||||
Q_OBJECT
|
||||
@ -17,25 +17,25 @@ private slots:
|
||||
// Add your test methods here
|
||||
};
|
||||
|
||||
void % {CN}::initTestCase()
|
||||
void %{CN}::initTestCase()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void % {CN}::cleanupTestCase()
|
||||
void %{CN}::cleanupTestCase()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void % {CN}::init()
|
||||
void %{CN}::init()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void % {CN}::cleanup()
|
||||
void %{CN}::cleanup()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
QGSTEST_MAIN( % {CN} )
|
||||
QGSTEST_MAIN( %{CN} )
|
||||
#include "%{JS: Cpp.classToFileName('%{Class}', '.moc')}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user