Skip to content

Commit cae6bae

Browse files
committedNov 21, 2014
Formatting of tests
1 parent 95f6483 commit cae6bae

File tree

65 files changed

+68
-68
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+68
-68
lines changed
 

‎tests/src/analysis/testqgsvectoranalyzer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Email : sherman at mrcc dot com
2121

2222
class TestQgsVectorAnalyzer: public QObject
2323
{
24-
Q_OBJECT;
24+
Q_OBJECT
2525
private slots:
2626
void initTestCase();// will be called before the first testfunction is executed.
2727
void cleanupTestCase();// will be called after the last testfunction was executed.

‎tests/src/analysis/testqgszonalstatistics.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*/
2626
class TestQgsZonalStatistics: public QObject
2727
{
28-
Q_OBJECT;
28+
Q_OBJECT
2929
private slots:
3030
void initTestCase();
3131
void cleanupTestCase();

0 commit comments

Comments
 (0)
Please sign in to comment.