mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
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
This commit is contained in:
parent
cc9c92ae95
commit
fe233b7157
@ -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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user