mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Fix for bug 1756, renaming of postgis connection
git-svn-id: http://svn.osgeo.org/qgis/trunk@11040 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
29e65496e9
commit
5eac34513c
@ -224,6 +224,7 @@ void QgsDbSourceSelect::editConnection()
|
||||
{
|
||||
nc->saveConnection();
|
||||
}
|
||||
populateConnectionList();
|
||||
}
|
||||
|
||||
void QgsDbSourceSelect::deleteConnection()
|
||||
|
@ -44,6 +44,7 @@ class QgsNewConnection : public QDialog, private Ui::QgsNewConnectionBase
|
||||
void on_btnConnect_clicked();
|
||||
void on_cb_geometryColumnsOnly_clicked();
|
||||
private:
|
||||
QString mOriginalConnName; //store initial name to delete entry in case of rename
|
||||
static const int context_id = 929865718;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user