File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ void TestQgsDualView::testNoGeom()
280
280
QgsFeatureRequest req;
281
281
dv->init ( mPointsLayer , mCanvas , req );
282
282
// check that both master model AND cache are using geometry
283
- QgsAttributeTableModel* model = dv->masterModel ();
283
+ QgsAttributeTableModel * model = dv->masterModel ();
284
284
QVERIFY ( model->layerCache ()->cacheGeometry () );
285
285
QVERIFY ( !( model->request ().flags () & QgsFeatureRequest::NoGeometry ) );
286
286
@@ -298,7 +298,7 @@ void TestQgsDualView::testNoGeom()
298
298
dv->init ( mPointsLayer , mCanvas , req );
299
299
model = dv->masterModel ();
300
300
QVERIFY ( !model->layerCache ()->cacheGeometry () );
301
- QVERIFY (( model->request ().flags () & QgsFeatureRequest::NoGeometry ) );
301
+ QVERIFY ( ( model->request ().flags () & QgsFeatureRequest::NoGeometry ) );
302
302
}
303
303
304
304
QGSTEST_MAIN ( TestQgsDualView )
You can’t perform that action at this time.
0 commit comments