Skip to content

Commit

Permalink
Change ingroup comment back
Browse files Browse the repository at this point in the history
  • Loading branch information
JuhoErvasti committed Mar 25, 2024
1 parent 2883c8e commit 18e78a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/src/app/testqgsmaptooloffsetcurve.cpp
Expand Up @@ -27,7 +27,7 @@

/**
* \ingroup UnitTests
* This is a unit test for the offset curve tool
* This is a unit test for the vertex tool
*/
class TestQgsMapToolOffsetCurve: public QObject
{
Expand Down Expand Up @@ -271,6 +271,7 @@ void TestQgsMapToolOffsetCurve::testAvoidIntersectionAndTopoEdit()
const bool topologicalEditing = QgsProject::instance()->topologicalEditing();
const Qgis::AvoidIntersectionsMode mode( QgsProject::instance()->avoidIntersectionsMode() );

// test with bevel
QgsSettingsRegistryCore::settingsDigitizingOffsetJoinStyle->setValue( Qgis::JoinStyle::Bevel );
QgsProject::instance()->setAvoidIntersectionsMode( Qgis::AvoidIntersectionsMode::AvoidIntersectionsCurrentLayer );
QgsProject::instance()->setTopologicalEditing( true );
Expand Down

0 comments on commit 18e78a1

Please sign in to comment.