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
This commit is contained in:
g_j_m 2006-10-09 06:38:04 +00:00
parent 94b9c133b3
commit 65029d9eeb

View File

@ -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: