diff --git a/tests/src/analysis/testqgsvectoranalyzer.cpp b/tests/src/analysis/testqgsvectoranalyzer.cpp index e2e518baae2..be7d4342cc0 100644 --- a/tests/src/analysis/testqgsvectoranalyzer.cpp +++ b/tests/src/analysis/testqgsvectoranalyzer.cpp @@ -21,7 +21,7 @@ Email : sherman at mrcc dot com class TestQgsVectorAnalyzer: public QObject { - Q_OBJECT; + Q_OBJECT private slots: void initTestCase();// will be called before the first testfunction is executed. void cleanupTestCase();// will be called after the last testfunction was executed. diff --git a/tests/src/analysis/testqgszonalstatistics.cpp b/tests/src/analysis/testqgszonalstatistics.cpp index 3f5d3350c40..054744a1558 100644 --- a/tests/src/analysis/testqgszonalstatistics.cpp +++ b/tests/src/analysis/testqgszonalstatistics.cpp @@ -25,7 +25,7 @@ */ class TestQgsZonalStatistics: public QObject { - Q_OBJECT; + Q_OBJECT private slots: void initTestCase(); void cleanupTestCase(); diff --git a/tests/src/app/testqgisappclipboard.cpp b/tests/src/app/testqgisappclipboard.cpp index 6062780a194..501685e5356 100644 --- a/tests/src/app/testqgisappclipboard.cpp +++ b/tests/src/app/testqgisappclipboard.cpp @@ -35,7 +35,7 @@ */ class TestQgisAppClipboard: public QObject { - Q_OBJECT; + Q_OBJECT private slots: void initTestCase();// will be called before the first testfunction is executed. void cleanupTestCase();// will be called after the last testfunction was executed. diff --git a/tests/src/core/regression1141.cpp b/tests/src/core/regression1141.cpp index 8679c53b72f..1c1d19b6bf3 100644 --- a/tests/src/core/regression1141.cpp +++ b/tests/src/core/regression1141.cpp @@ -49,7 +49,7 @@ */ class Regression1141: public QObject { - Q_OBJECT; + Q_OBJECT private slots: void initTestCase();// will be called before the first testfunction is executed. void cleanupTestCase();// will be called after the last testfunction was executed. diff --git a/tests/src/core/regression992.cpp b/tests/src/core/regression992.cpp index 4e353cf80c9..9d99b96f8a3 100644 --- a/tests/src/core/regression992.cpp +++ b/tests/src/core/regression992.cpp @@ -42,7 +42,7 @@ */ class Regression992: public QObject { - Q_OBJECT; + Q_OBJECT private slots: void initTestCase();// will be called before the first testfunction is executed. void cleanupTestCase();// will be called after the last testfunction was executed. diff --git a/tests/src/core/test_template.cpp b/tests/src/core/test_template.cpp index 8a2561c80b1..8ecea932a23 100644 --- a/tests/src/core/test_template.cpp +++ b/tests/src/core/test_template.cpp @@ -21,7 +21,7 @@ class Test[testClassCamelCaseName]: public QObject { - Q_OBJECT; + Q_OBJECT private slots: [TestMethods] }; diff --git a/tests/src/core/testcontrastenhancements.cpp b/tests/src/core/testcontrastenhancements.cpp index d5ffa822723..d7665f54584 100644 --- a/tests/src/core/testcontrastenhancements.cpp +++ b/tests/src/core/testcontrastenhancements.cpp @@ -30,7 +30,7 @@ */ class TestContrastEnhancements: public QObject { - Q_OBJECT; + Q_OBJECT private slots: void initTestCase();// will be called before the first testfunction is executed. void cleanupTestCase();// will be called after the last testfunction was executed. diff --git a/tests/src/core/testqgsapplication.cpp b/tests/src/core/testqgsapplication.cpp index 650f2797785..e29778fa8c5 100644 --- a/tests/src/core/testqgsapplication.cpp +++ b/tests/src/core/testqgsapplication.cpp @@ -25,7 +25,7 @@ Email : sherman at mrcc dot com class TestQgsApplication: public QObject { - Q_OBJECT; + Q_OBJECT private slots: void checkPaths(); void checkGdalSkip(); diff --git a/tests/src/core/testqgsatlascomposition.cpp b/tests/src/core/testqgsatlascomposition.cpp index 07576d0e04c..4f8ed8a170d 100644 --- a/tests/src/core/testqgsatlascomposition.cpp +++ b/tests/src/core/testqgsatlascomposition.cpp @@ -35,7 +35,7 @@ class TestQgsAtlasComposition: public QObject { - Q_OBJECT; + Q_OBJECT private slots: void initTestCase();// will be called before the first testfunction is executed. void cleanupTestCase();// will be called after the last testfunction was executed. diff --git a/tests/src/core/testqgsblendmodes.cpp b/tests/src/core/testqgsblendmodes.cpp index c99b0238992..d4093ec35ce 100644 --- a/tests/src/core/testqgsblendmodes.cpp +++ b/tests/src/core/testqgsblendmodes.cpp @@ -37,7 +37,7 @@ */ class TestQgsBlendModes: public QObject { - Q_OBJECT; + Q_OBJECT private slots: void initTestCase();// will be called before the first testfunction is executed. void cleanupTestCase();// will be called after the last testfunction was executed. diff --git a/tests/src/core/testqgsclipper.cpp b/tests/src/core/testqgsclipper.cpp index d36f68e5ab8..d1f8fc57062 100644 --- a/tests/src/core/testqgsclipper.cpp +++ b/tests/src/core/testqgsclipper.cpp @@ -27,7 +27,7 @@ class TestQgsClipper: public QObject { - Q_OBJECT; + Q_OBJECT private slots: void initTestCase();// will be called before the first testfunction is executed. void cleanupTestCase() {};// will be called after the last testfunction was executed. diff --git a/tests/src/core/testqgscolorscheme.cpp b/tests/src/core/testqgscolorscheme.cpp index bcdaf09f715..3cda8942628 100644 --- a/tests/src/core/testqgscolorscheme.cpp +++ b/tests/src/core/testqgscolorscheme.cpp @@ -58,7 +58,7 @@ class DummyColorScheme : public QgsColorScheme class TestQgsColorScheme : public QObject { - Q_OBJECT; + Q_OBJECT private slots: void initTestCase();// will be called before the first testfunction is executed. diff --git a/tests/src/core/testqgscolorschemeregistry.cpp b/tests/src/core/testqgscolorschemeregistry.cpp index 51e638d64e2..c1756eadb69 100644 --- a/tests/src/core/testqgscolorschemeregistry.cpp +++ b/tests/src/core/testqgscolorschemeregistry.cpp @@ -59,7 +59,7 @@ class DummyColorScheme : public QgsColorScheme class TestQgsColorSchemeRegistry : public QObject { - Q_OBJECT; + Q_OBJECT private slots: void initTestCase();// will be called before the first testfunction is executed. diff --git a/tests/src/core/testqgscomposerdd.cpp b/tests/src/core/testqgscomposerdd.cpp index 687f30b5fe6..f13589888c3 100644 --- a/tests/src/core/testqgscomposerdd.cpp +++ b/tests/src/core/testqgscomposerdd.cpp @@ -34,7 +34,7 @@ class TestQgsComposerDD: public QObject { - Q_OBJECT; + Q_OBJECT private slots: void initTestCase();// will be called before the first testfunction is executed. void cleanupTestCase();// will be called after the last testfunction was executed. diff --git a/tests/src/core/testqgscomposereffects.cpp b/tests/src/core/testqgscomposereffects.cpp index 36cab231a48..64450b078e5 100644 --- a/tests/src/core/testqgscomposereffects.cpp +++ b/tests/src/core/testqgscomposereffects.cpp @@ -27,7 +27,7 @@ class TestQgsComposerEffects: public QObject { - Q_OBJECT; + Q_OBJECT private slots: void initTestCase();// will be called before the first testfunction is executed. void cleanupTestCase();// will be called after the last testfunction was executed. diff --git a/tests/src/core/testqgscomposergroup.cpp b/tests/src/core/testqgscomposergroup.cpp index 9cc629bc120..fe0717d2aa1 100644 --- a/tests/src/core/testqgscomposergroup.cpp +++ b/tests/src/core/testqgscomposergroup.cpp @@ -24,7 +24,7 @@ class TestQgsComposerGroup: public QObject { - Q_OBJECT; + Q_OBJECT private slots: void initTestCase();// will be called before the first testfunction is executed. void cleanupTestCase();// will be called after the last testfunction was executed. diff --git a/tests/src/core/testqgscomposerhtml.cpp b/tests/src/core/testqgscomposerhtml.cpp index 97e93be3395..63bb6979132 100644 --- a/tests/src/core/testqgscomposerhtml.cpp +++ b/tests/src/core/testqgscomposerhtml.cpp @@ -26,7 +26,7 @@ class TestQgsComposerHtml: public QObject { - Q_OBJECT; + Q_OBJECT private slots: void initTestCase();// will be called before the first testfunction is executed. void cleanupTestCase();// will be called after the last testfunction was executed. diff --git a/tests/src/core/testqgscomposerlabel.cpp b/tests/src/core/testqgscomposerlabel.cpp index 23eafe5a61d..f60c671c248 100644 --- a/tests/src/core/testqgscomposerlabel.cpp +++ b/tests/src/core/testqgscomposerlabel.cpp @@ -28,7 +28,7 @@ class TestQgsComposerLabel: public QObject { - Q_OBJECT; + Q_OBJECT private slots: void initTestCase();// will be called before the first testfunction is executed. void cleanupTestCase();// will be called after the last testfunction was executed. diff --git a/tests/src/core/testqgscomposermap.cpp b/tests/src/core/testqgscomposermap.cpp index 959f6be2fe7..78b859ad5bf 100644 --- a/tests/src/core/testqgscomposermap.cpp +++ b/tests/src/core/testqgscomposermap.cpp @@ -28,7 +28,7 @@ class TestQgsComposerMap: public QObject { - Q_OBJECT; + Q_OBJECT private slots: void initTestCase();// will be called before the first testfunction is executed. void cleanupTestCase();// will be called after the last testfunction was executed. diff --git a/tests/src/core/testqgscomposermapgrid.cpp b/tests/src/core/testqgscomposermapgrid.cpp index 515608c574d..df02c5c19e1 100644 --- a/tests/src/core/testqgscomposermapgrid.cpp +++ b/tests/src/core/testqgscomposermapgrid.cpp @@ -28,7 +28,7 @@ class TestQgsComposerMapGrid: public QObject { - Q_OBJECT; + Q_OBJECT private slots: void initTestCase();// will be called before the first testfunction is executed. void cleanupTestCase();// will be called after the last testfunction was executed. diff --git a/tests/src/core/testqgscomposermapoverview.cpp b/tests/src/core/testqgscomposermapoverview.cpp index eab1d748156..003c8b66e7a 100644 --- a/tests/src/core/testqgscomposermapoverview.cpp +++ b/tests/src/core/testqgscomposermapoverview.cpp @@ -30,7 +30,7 @@ class TestQgsComposerMapOverview: public QObject { - Q_OBJECT; + Q_OBJECT private slots: void initTestCase();// will be called before the first testfunction is executed. void cleanupTestCase();// will be called after the last testfunction was executed. diff --git a/tests/src/core/testqgscomposermodel.cpp b/tests/src/core/testqgscomposermodel.cpp index 871d31c72f4..9ccd1d95420 100644 --- a/tests/src/core/testqgscomposermodel.cpp +++ b/tests/src/core/testqgscomposermodel.cpp @@ -24,7 +24,7 @@ class TestQgsComposerModel: public QObject { - Q_OBJECT; + Q_OBJECT private slots: void initTestCase();// will be called before the first testfunction is executed. diff --git a/tests/src/core/testqgscomposermultiframe.cpp b/tests/src/core/testqgscomposermultiframe.cpp index de1ee4790da..8fcb3101512 100644 --- a/tests/src/core/testqgscomposermultiframe.cpp +++ b/tests/src/core/testqgscomposermultiframe.cpp @@ -25,7 +25,7 @@ class TestQgsComposerMultiFrame: public QObject { - Q_OBJECT; + Q_OBJECT private slots: void initTestCase();// will be called before the first testfunction is executed. void cleanupTestCase();// will be called after the last testfunction was executed. diff --git a/tests/src/core/testqgscomposerobject.cpp b/tests/src/core/testqgscomposerobject.cpp index c4c2975737e..1a4cb2ca2d2 100644 --- a/tests/src/core/testqgscomposerobject.cpp +++ b/tests/src/core/testqgscomposerobject.cpp @@ -24,7 +24,7 @@ class TestQgsComposerObject: public QObject { - Q_OBJECT; + Q_OBJECT private slots: void initTestCase();// will be called before the first testfunction is executed. void cleanupTestCase();// will be called after the last testfunction was executed. diff --git a/tests/src/core/testqgscomposerpaper.cpp b/tests/src/core/testqgscomposerpaper.cpp index cca985b2322..90b794c65dd 100644 --- a/tests/src/core/testqgscomposerpaper.cpp +++ b/tests/src/core/testqgscomposerpaper.cpp @@ -31,7 +31,7 @@ class TestQgsComposerPaper: public QObject { - Q_OBJECT; + Q_OBJECT private slots: void initTestCase();// will be called before the first testfunction is executed. void cleanupTestCase();// will be called after the last testfunction was executed. diff --git a/tests/src/core/testqgscomposerpicture.cpp b/tests/src/core/testqgscomposerpicture.cpp index 20560e43780..8b2d228d51e 100644 --- a/tests/src/core/testqgscomposerpicture.cpp +++ b/tests/src/core/testqgscomposerpicture.cpp @@ -26,7 +26,7 @@ class TestQgsComposerPicture: public QObject { - Q_OBJECT; + Q_OBJECT private slots: void initTestCase();// will be called before the first testfunction is executed. void cleanupTestCase();// will be called after the last testfunction was executed. diff --git a/tests/src/core/testqgscomposerrotation.cpp b/tests/src/core/testqgscomposerrotation.cpp index 1c7a9c72e25..5bba420f522 100644 --- a/tests/src/core/testqgscomposerrotation.cpp +++ b/tests/src/core/testqgscomposerrotation.cpp @@ -33,7 +33,7 @@ class TestQgsComposerRotation: public QObject { - Q_OBJECT; + Q_OBJECT private slots: void initTestCase();// will be called before the first testfunction is executed. void cleanupTestCase();// will be called after the last testfunction was executed. diff --git a/tests/src/core/testqgscomposerscalebar.cpp b/tests/src/core/testqgscomposerscalebar.cpp index 8c8fee3a02f..95b61fe6a20 100644 --- a/tests/src/core/testqgscomposerscalebar.cpp +++ b/tests/src/core/testqgscomposerscalebar.cpp @@ -30,7 +30,7 @@ class TestQgsComposerScaleBar: public QObject { - Q_OBJECT; + Q_OBJECT private slots: void initTestCase();// will be called before the first testfunction is executed. void cleanupTestCase();// will be called after the last testfunction was executed. diff --git a/tests/src/core/testqgscomposershapes.cpp b/tests/src/core/testqgscomposershapes.cpp index 9bfa38fefee..af9161be8d2 100644 --- a/tests/src/core/testqgscomposershapes.cpp +++ b/tests/src/core/testqgscomposershapes.cpp @@ -30,7 +30,7 @@ class TestQgsComposerShapes: public QObject { - Q_OBJECT; + Q_OBJECT private slots: void initTestCase();// will be called before the first testfunction is executed. void cleanupTestCase();// will be called after the last testfunction was executed. diff --git a/tests/src/core/testqgscomposertable.cpp b/tests/src/core/testqgscomposertable.cpp index 85a970da4e2..a5ef4292fea 100644 --- a/tests/src/core/testqgscomposertable.cpp +++ b/tests/src/core/testqgscomposertable.cpp @@ -30,7 +30,7 @@ class TestQgsComposerTable: public QObject { - Q_OBJECT; + Q_OBJECT private slots: void initTestCase();// will be called before the first testfunction is executed. void cleanupTestCase();// will be called after the last testfunction was executed. diff --git a/tests/src/core/testqgscomposertablev2.cpp b/tests/src/core/testqgscomposertablev2.cpp index 4bdda589fbe..83add115e81 100644 --- a/tests/src/core/testqgscomposertablev2.cpp +++ b/tests/src/core/testqgscomposertablev2.cpp @@ -36,7 +36,7 @@ class TestQgsComposerTableV2: public QObject { - Q_OBJECT; + Q_OBJECT private slots: void initTestCase();// will be called before the first testfunction is executed. void cleanupTestCase();// will be called after the last testfunction was executed. diff --git a/tests/src/core/testqgscomposerutils.cpp b/tests/src/core/testqgscomposerutils.cpp index ccedd43306c..05562da89f2 100644 --- a/tests/src/core/testqgscomposerutils.cpp +++ b/tests/src/core/testqgscomposerutils.cpp @@ -27,7 +27,7 @@ class TestQgsComposerUtils: public QObject { - Q_OBJECT; + Q_OBJECT private slots: void initTestCase();// will be called before the first testfunction is executed. void cleanupTestCase();// will be called after the last testfunction was executed. diff --git a/tests/src/core/testqgscomposition.cpp b/tests/src/core/testqgscomposition.cpp index 9799ddab2a6..68655622ae6 100644 --- a/tests/src/core/testqgscomposition.cpp +++ b/tests/src/core/testqgscomposition.cpp @@ -29,7 +29,7 @@ class TestQgsComposition: public QObject { - Q_OBJECT; + Q_OBJECT private slots: void initTestCase();// will be called before the first testfunction is executed. diff --git a/tests/src/core/testqgsdatadefined.cpp b/tests/src/core/testqgsdatadefined.cpp index 2c488e3cf0f..57e8217d85c 100644 --- a/tests/src/core/testqgsdatadefined.cpp +++ b/tests/src/core/testqgsdatadefined.cpp @@ -25,7 +25,7 @@ */ class TestQgsDataDefined: public QObject { - Q_OBJECT; + Q_OBJECT private slots: void initTestCase();// will be called before the first testfunction is executed. diff --git a/tests/src/core/testqgsdataitem.cpp b/tests/src/core/testqgsdataitem.cpp index d83ca19abc8..99ed200420c 100644 --- a/tests/src/core/testqgsdataitem.cpp +++ b/tests/src/core/testqgsdataitem.cpp @@ -29,7 +29,7 @@ */ class TestQgsDataItem: public QObject { - Q_OBJECT; + Q_OBJECT private slots: void initTestCase();// will be called before the first testfunction is executed. diff --git a/tests/src/core/testqgsdiagram.cpp b/tests/src/core/testqgsdiagram.cpp index f77b0c6b837..35440f7f4c5 100644 --- a/tests/src/core/testqgsdiagram.cpp +++ b/tests/src/core/testqgsdiagram.cpp @@ -49,7 +49,7 @@ */ class TestQgsDiagram: public QObject { - Q_OBJECT; + Q_OBJECT private: bool mTestHasError; QgsMapSettings mMapSettings; diff --git a/tests/src/core/testqgsdiagramexpression.cpp b/tests/src/core/testqgsdiagramexpression.cpp index 462f47ce580..db4add922eb 100644 --- a/tests/src/core/testqgsdiagramexpression.cpp +++ b/tests/src/core/testqgsdiagramexpression.cpp @@ -49,7 +49,7 @@ */ class TestQgsDiagramExpression: public QObject { - Q_OBJECT; + Q_OBJECT private: bool mTestHasError; QgsMapSettings * mMapSettings; diff --git a/tests/src/core/testqgsdistancearea.cpp b/tests/src/core/testqgsdistancearea.cpp index 46a60ff0127..4d07c165f40 100644 --- a/tests/src/core/testqgsdistancearea.cpp +++ b/tests/src/core/testqgsdistancearea.cpp @@ -27,7 +27,7 @@ class TestQgsDistanceArea: public QObject { - Q_OBJECT; + Q_OBJECT private slots: void initTestCase(); void cleanupTestCase(); diff --git a/tests/src/core/testqgsexpression.cpp b/tests/src/core/testqgsexpression.cpp index 7d2d2f17a97..7f8dc6faf38 100644 --- a/tests/src/core/testqgsexpression.cpp +++ b/tests/src/core/testqgsexpression.cpp @@ -43,7 +43,7 @@ static void _parseAndEvalExpr( int arg ) class TestQgsExpression: public QObject { - Q_OBJECT; + Q_OBJECT private slots: void initTestCase() diff --git a/tests/src/core/testqgsgeometry.cpp b/tests/src/core/testqgsgeometry.cpp index 7f3a1f9b2aa..bbbdabb288a 100644 --- a/tests/src/core/testqgsgeometry.cpp +++ b/tests/src/core/testqgsgeometry.cpp @@ -40,7 +40,7 @@ */ class TestQgsGeometry: public QObject { - Q_OBJECT; + Q_OBJECT private slots: void initTestCase();// will be called before the first testfunction is executed. void cleanupTestCase();// will be called after the last testfunction was executed. diff --git a/tests/src/core/testqgsgradients.cpp b/tests/src/core/testqgsgradients.cpp index aa7d86cd0b0..249964a6206 100644 --- a/tests/src/core/testqgsgradients.cpp +++ b/tests/src/core/testqgsgradients.cpp @@ -42,7 +42,7 @@ */ class TestQgsGradients: public QObject { - Q_OBJECT; + Q_OBJECT private slots: void initTestCase();// will be called before the first testfunction is executed. void cleanupTestCase();// will be called after the last testfunction was executed. diff --git a/tests/src/core/testqgsinvertedpolygonrenderer.cpp b/tests/src/core/testqgsinvertedpolygonrenderer.cpp index 7dd4f45ead6..7c78db74b27 100644 --- a/tests/src/core/testqgsinvertedpolygonrenderer.cpp +++ b/tests/src/core/testqgsinvertedpolygonrenderer.cpp @@ -38,7 +38,7 @@ */ class TestQgsInvertedPolygon: public QObject { - Q_OBJECT; + Q_OBJECT private slots: void initTestCase();// will be called before the first testfunction is executed. void cleanupTestCase();// will be called after the last testfunction was executed. diff --git a/tests/src/core/testqgsmaplayer.cpp b/tests/src/core/testqgsmaplayer.cpp index 38f5cbcc899..066e76557d2 100644 --- a/tests/src/core/testqgsmaplayer.cpp +++ b/tests/src/core/testqgsmaplayer.cpp @@ -30,7 +30,7 @@ class TestSignalReceiver : public QObject { - Q_OBJECT; + Q_OBJECT public: TestSignalReceiver() : QObject( 0 ), blendMode( QPainter::CompositionMode_SourceOver ) {} @@ -47,7 +47,7 @@ class TestSignalReceiver : public QObject */ class TestQgsMapLayer: public QObject { - Q_OBJECT; + Q_OBJECT private slots: void initTestCase();// will be called before the first testfunction is executed. void cleanupTestCase();// will be called after the last testfunction was executed. diff --git a/tests/src/core/testqgsmaprenderer.cpp b/tests/src/core/testqgsmaprenderer.cpp index 518a0372677..8a80d100b39 100644 --- a/tests/src/core/testqgsmaprenderer.cpp +++ b/tests/src/core/testqgsmaprenderer.cpp @@ -51,7 +51,7 @@ */ class TestQgsMapRenderer: public QObject { - Q_OBJECT; + Q_OBJECT private slots: void initTestCase();// will be called before the first testfunction is executed. void cleanupTestCase();// will be called after the last testfunction was executed. diff --git a/tests/src/core/testqgsnetworkcontentfetcher.cpp b/tests/src/core/testqgsnetworkcontentfetcher.cpp index a6d7edd6df0..121964349aa 100644 --- a/tests/src/core/testqgsnetworkcontentfetcher.cpp +++ b/tests/src/core/testqgsnetworkcontentfetcher.cpp @@ -23,7 +23,7 @@ class TestQgsNetworkContentFetcher: public QObject { - Q_OBJECT; + Q_OBJECT private slots: void initTestCase();// will be called before the first testfunction is executed. void cleanupTestCase();// will be called after the last testfunction was executed. diff --git a/tests/src/core/testqgspoint.cpp b/tests/src/core/testqgspoint.cpp index 8a4cd469106..0e572387a96 100644 --- a/tests/src/core/testqgspoint.cpp +++ b/tests/src/core/testqgspoint.cpp @@ -30,7 +30,7 @@ class TestQgsPoint: public QObject { - Q_OBJECT; + Q_OBJECT private slots: void initTestCase();// will be called before the first testfunction is executed. void cleanupTestCase();// will be called after the last testfunction was executed. diff --git a/tests/src/core/testqgsrasterfilewriter.cpp b/tests/src/core/testqgsrasterfilewriter.cpp index 45fb2a23b2e..87074d59706 100644 --- a/tests/src/core/testqgsrasterfilewriter.cpp +++ b/tests/src/core/testqgsrasterfilewriter.cpp @@ -39,7 +39,7 @@ */ class TestQgsRasterFileWriter: public QObject { - Q_OBJECT; + Q_OBJECT private slots: void initTestCase();// will be called before the first testfunction is executed. void cleanupTestCase();// will be called after the last testfunction was executed. diff --git a/tests/src/core/testqgsrasterfill.cpp b/tests/src/core/testqgsrasterfill.cpp index 011351700c3..c982e5a7d68 100644 --- a/tests/src/core/testqgsrasterfill.cpp +++ b/tests/src/core/testqgsrasterfill.cpp @@ -41,7 +41,7 @@ */ class TestQgsRasterFill: public QObject { - Q_OBJECT; + Q_OBJECT private slots: void initTestCase();// will be called before the first testfunction is executed. void cleanupTestCase();// will be called after the last testfunction was executed. diff --git a/tests/src/core/testqgsrasterlayer.cpp b/tests/src/core/testqgsrasterlayer.cpp index c872016f4ee..d2ec473c635 100644 --- a/tests/src/core/testqgsrasterlayer.cpp +++ b/tests/src/core/testqgsrasterlayer.cpp @@ -50,7 +50,7 @@ */ class TestQgsRasterLayer: public QObject { - Q_OBJECT; + Q_OBJECT private slots: void initTestCase();// will be called before the first testfunction is executed. void cleanupTestCase();// will be called after the last testfunction was executed. @@ -90,7 +90,7 @@ class TestQgsRasterLayer: public QObject class TestSignalReceiver : public QObject { - Q_OBJECT; + Q_OBJECT public: TestSignalReceiver() : QObject( 0 ), diff --git a/tests/src/core/testqgsrastersublayer.cpp b/tests/src/core/testqgsrastersublayer.cpp index 032345a8f3b..e07adea46d1 100644 --- a/tests/src/core/testqgsrastersublayer.cpp +++ b/tests/src/core/testqgsrastersublayer.cpp @@ -50,7 +50,7 @@ */ class TestQgsRasterSubLayer: public QObject { - Q_OBJECT; + Q_OBJECT private slots: void initTestCase();// will be called before the first testfunction is executed. void cleanupTestCase();// will be called after the last testfunction was executed. diff --git a/tests/src/core/testqgsrectangle.cpp b/tests/src/core/testqgsrectangle.cpp index a2bdaf6b1ed..71c243f8e72 100644 --- a/tests/src/core/testqgsrectangle.cpp +++ b/tests/src/core/testqgsrectangle.cpp @@ -23,7 +23,7 @@ class TestQgsRectangle: public QObject { - Q_OBJECT; + Q_OBJECT private slots: void manipulate(); void regression6194(); diff --git a/tests/src/core/testqgsrenderers.cpp b/tests/src/core/testqgsrenderers.cpp index b63a8934060..272e69cb26f 100644 --- a/tests/src/core/testqgsrenderers.cpp +++ b/tests/src/core/testqgsrenderers.cpp @@ -38,7 +38,7 @@ */ class TestQgsRenderers: public QObject { - Q_OBJECT; + Q_OBJECT private slots: void initTestCase();// will be called before the first testfunction is executed. void cleanupTestCase();// will be called after the last testfunction was executed. diff --git a/tests/src/core/testqgsshapeburst.cpp b/tests/src/core/testqgsshapeburst.cpp index 767721beab2..218062d22c7 100644 --- a/tests/src/core/testqgsshapeburst.cpp +++ b/tests/src/core/testqgsshapeburst.cpp @@ -42,7 +42,7 @@ */ class TestQgsShapeburst: public QObject { - Q_OBJECT; + Q_OBJECT private slots: void initTestCase();// will be called before the first testfunction is executed. void cleanupTestCase();// will be called after the last testfunction was executed. diff --git a/tests/src/core/testqgsstylev2.cpp b/tests/src/core/testqgsstylev2.cpp index 94953cb9f80..95642b0b591 100644 --- a/tests/src/core/testqgsstylev2.cpp +++ b/tests/src/core/testqgsstylev2.cpp @@ -33,7 +33,7 @@ */ class TestStyleV2: public QObject { - Q_OBJECT; + Q_OBJECT private: diff --git a/tests/src/core/testqgsvectorfilewriter.cpp b/tests/src/core/testqgsvectorfilewriter.cpp index 74346bfa4c5..3fec7b2eb60 100644 --- a/tests/src/core/testqgsvectorfilewriter.cpp +++ b/tests/src/core/testqgsvectorfilewriter.cpp @@ -54,7 +54,7 @@ */ class TestQgsVectorFileWriter: public QObject { - Q_OBJECT; + Q_OBJECT private slots: void initTestCase();// will be called before the first testfunction is executed. void init() {};// will be called before each testfunction is executed. diff --git a/tests/src/core/testqgsvectorlayer.cpp b/tests/src/core/testqgsvectorlayer.cpp index 9173a383667..fc08c3f4c71 100644 --- a/tests/src/core/testqgsvectorlayer.cpp +++ b/tests/src/core/testqgsvectorlayer.cpp @@ -38,7 +38,7 @@ class TestSignalReceiver : public QObject { - Q_OBJECT; + Q_OBJECT public: TestSignalReceiver() : QObject( 0 ), @@ -69,7 +69,7 @@ class TestSignalReceiver : public QObject */ class TestQgsVectorLayer: public QObject { - Q_OBJECT; + Q_OBJECT private: bool mTestHasError; QgsMapRenderer * mpMapRenderer; diff --git a/tests/src/core/testziplayer.cpp b/tests/src/core/testziplayer.cpp index 081eeb64fe1..0b2b559f317 100644 --- a/tests/src/core/testziplayer.cpp +++ b/tests/src/core/testziplayer.cpp @@ -34,7 +34,7 @@ */ class TestZipLayer: public QObject { - Q_OBJECT; + Q_OBJECT private: diff --git a/tests/src/gui/testprojectionissues.cpp b/tests/src/gui/testprojectionissues.cpp index d679e5926e9..9e57643c12e 100644 --- a/tests/src/gui/testprojectionissues.cpp +++ b/tests/src/gui/testprojectionissues.cpp @@ -26,7 +26,7 @@ class TestProjectionIssues: public QObject { - Q_OBJECT; + Q_OBJECT private slots: void initTestCase();// will be called before the first testfunction is executed. void cleanupTestCase();// will be called after the last testfunction was executed. diff --git a/tests/src/gui/testqgsdualview.cpp b/tests/src/gui/testqgsdualview.cpp index 0b76a3c1663..fe207809a04 100644 --- a/tests/src/gui/testqgsdualview.cpp +++ b/tests/src/gui/testqgsdualview.cpp @@ -26,7 +26,7 @@ class TestQgsDualView: public QObject { - Q_OBJECT; + Q_OBJECT private slots: void initTestCase(); // will be called before the first testfunction is executed. void cleanupTestCase(); // will be called after the last testfunction was executed. diff --git a/tests/src/gui/testqgsmaptoolzoom.cpp b/tests/src/gui/testqgsmaptoolzoom.cpp index a0f31cfda1e..9b801da0f2a 100644 --- a/tests/src/gui/testqgsmaptoolzoom.cpp +++ b/tests/src/gui/testqgsmaptoolzoom.cpp @@ -27,7 +27,7 @@ class TestQgsMapToolZoom: public QObject { - Q_OBJECT; + Q_OBJECT private slots: void initTestCase(); // will be called before the first testfunction is executed. void cleanupTestCase(); // will be called after the last testfunction was executed. diff --git a/tests/src/gui/testqgsquickprint.cpp b/tests/src/gui/testqgsquickprint.cpp index 7610809413e..2b6d15971e2 100644 --- a/tests/src/gui/testqgsquickprint.cpp +++ b/tests/src/gui/testqgsquickprint.cpp @@ -38,7 +38,7 @@ */ class TestQgsQuickPrint: public QObject { - Q_OBJECT; + Q_OBJECT private slots: void initTestCase();// will be called before the first testfunction is executed. void cleanupTestCase();// will be called after the last testfunction was executed. diff --git a/tests/src/gui/testqgsrasterhistogram.cpp b/tests/src/gui/testqgsrasterhistogram.cpp index 44f506beab7..fb05f20cb53 100644 --- a/tests/src/gui/testqgsrasterhistogram.cpp +++ b/tests/src/gui/testqgsrasterhistogram.cpp @@ -40,7 +40,7 @@ */ class TestRasterHistogram: public QObject { - Q_OBJECT; + Q_OBJECT private: diff --git a/tests/src/gui/testqgsrubberband.cpp b/tests/src/gui/testqgsrubberband.cpp index 78aa536ad62..b3d8cdede77 100644 --- a/tests/src/gui/testqgsrubberband.cpp +++ b/tests/src/gui/testqgsrubberband.cpp @@ -29,7 +29,7 @@ class TestQgsRubberband: public QObject { - Q_OBJECT; + Q_OBJECT private slots: void initTestCase(); // will be called before the first testfunction is executed. void cleanupTestCase(); // will be called after the last testfunction was executed. diff --git a/tests/src/gui/testqgsscalecombobox.cpp b/tests/src/gui/testqgsscalecombobox.cpp index b20ebe35d79..6937109bdc6 100644 --- a/tests/src/gui/testqgsscalecombobox.cpp +++ b/tests/src/gui/testqgsscalecombobox.cpp @@ -26,7 +26,7 @@ class TestQgsScaleComboBox: public QObject { - Q_OBJECT; + Q_OBJECT private slots: void initTestCase();// will be called before the first testfunction is executed. void cleanupTestCase();// will be called after the last testfunction was executed. diff --git a/tests/src/providers/testqgswcsprovider.cpp b/tests/src/providers/testqgswcsprovider.cpp index 6d32ca75264..23772162960 100644 --- a/tests/src/providers/testqgswcsprovider.cpp +++ b/tests/src/providers/testqgswcsprovider.cpp @@ -35,7 +35,7 @@ */ class TestQgsWcsProvider: public QObject { - Q_OBJECT; + Q_OBJECT private slots: void initTestCase();// will be called before the first testfunction is executed. void cleanupTestCase();// will be called after the last testfunction was executed.