Skip to content
Permalink
Browse files
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@5934 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Oct 9, 2006
1 parent 94b9c13 commit 65029d9
Showing 1 changed file with 2 additions and 0 deletions.
@@ -98,6 +98,8 @@ public slots:
{ tblShapefiles->editItem(item); }
// When the user changes the selected connection, update the schema list
void on_cmbConnections_activated(int) { getSchema(); }
void on_chkUseDefaultSrid_toggled(bool) { useDefaultSrid(); }
void on_chkUseDefaultGeom_toggled(bool) { useDefaultGeom(); }

private:

0 comments on commit 65029d9

Please sign in to comment.