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 bb339f7 commit 4f6989eCopy full SHA for 4f6989e
src/app/qgsbookmarks.cpp
@@ -103,6 +103,7 @@ QgsBookmarks::QgsBookmarks( QWidget *parent ) : QDockWidget( parent )
103
104
QgsBookmarks::~QgsBookmarks()
105
{
106
+ QSqlDatabase::removeDatabase( "bookmarks" );
107
saveWindowLocation();
108
}
109
src/core/auth/qgsauthmanager.cpp
@@ -2840,6 +2840,7 @@ QgsAuthManager::~QgsAuthManager()
2840
mScheduledDbEraseTimer = 0;
2841
delete mQcaInitializer;
2842
mQcaInitializer = 0;
2843
+ QSqlDatabase::removeDatabase( "authentication.configs" );
2844
2845
2846
bool QgsAuthManager::masterPasswordInput()
0 commit comments