Skip to content

Commit

Permalink
Get rid of warning on exit
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Nov 24, 2015
1 parent ff36573 commit 2543af5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgsbookmarks.cpp
Expand Up @@ -103,6 +103,7 @@ QgsBookmarks::QgsBookmarks( QWidget *parent ) : QDockWidget( parent )

QgsBookmarks::~QgsBookmarks()
{
delete lstBookmarks->model();
QSqlDatabase::removeDatabase( "bookmarks" );
saveWindowLocation();
}
Expand Down

0 comments on commit 2543af5

Please sign in to comment.