Skip to content

Commit 314c783

Browse files
author
Sandro Santilli
committedFeb 19, 2013
Revert "Enable topological editing on first TopoGeometry layer creation"
This reverts commit edecf38. The correct way to do this is by hooking on the editingStarted slot (thanks jef for pointing that out)
1 parent edecf38 commit 314c783

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎src/providers/postgres/qgspostgresprovider.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
#include <qgsmessagelog.h>
2424
#include <qgsrectangle.h>
2525
#include <qgscoordinatereferencesystem.h>
26-
#include <qgsproject.h>
2726

2827
#include "qgsvectorlayerimport.h"
2928
#include "qgsprovidercountcalcevent.h"
@@ -133,9 +132,6 @@ QgsPostgresProvider::QgsPostgresProvider( QString const & uri )
133132
disconnectDb();
134133
return;
135134
}
136-
137-
// Enable topological editing
138-
QgsProject::instance()->writeEntry( "Digitizing", "/TopologicalEditing", true );
139135
}
140136

141137
mLayerExtent.setMinimal();

0 commit comments

Comments
 (0)