Skip to content

Commit fe233b7

Browse files
author
g_j_m
committedOct 9, 2006
Reconnect the default srid and geometry column name qcheckboxes to the
appropriate function (probably hasn't worked since the move to Qt4). git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5934 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/plugins/spit/qgsspit.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ public slots:
9898
{ tblShapefiles->editItem(item); }
9999
// When the user changes the selected connection, update the schema list
100100
void on_cmbConnections_activated(int) { getSchema(); }
101+
void on_chkUseDefaultSrid_toggled(bool) { useDefaultSrid(); }
102+
void on_chkUseDefaultGeom_toggled(bool) { useDefaultGeom(); }
101103

102104
private:
103105

0 commit comments

Comments
 (0)
Please sign in to comment.