Skip to content

Commit

Permalink
fix crash when QSQLITE is unavailable (fixes #15358)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Aug 3, 2016
1 parent c695571 commit 285bcd0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/qgsbookmarks.cpp
Expand Up @@ -36,6 +36,8 @@

QgsBookmarks::QgsBookmarks( QWidget *parent )
: QgsDockWidget( parent )
, mQgisModel( nullptr )
, mProjectModel( nullptr )
{
setupUi( this );
restorePosition();
Expand Down

0 comments on commit 285bcd0

Please sign in to comment.