We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent daa4772 commit e117f68Copy full SHA for e117f68
src/plugins/spit/qgsspit.cpp
@@ -150,7 +150,9 @@ void QgsSpit::removeConnection()
150
settings.remove( key + "/port" );
151
settings.remove( key + "/username" );
152
settings.remove( key + "/password" );
153
+ settings.remove( key + "/sslmode" );
154
settings.remove( key + "/save" );
155
+ settings.remove( key );
156
157
cmbConnections->removeItem( cmbConnections->currentIndex() );
158
}
0 commit comments