Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions app/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -729,11 +729,6 @@ int main( int argc, char *argv[] )
QQuickStyle::setStyle( "Basic" );

initDeclarative();
// QGIS environment variables to set
// OGR_SQLITE_JOURNAL is set to DELETE to avoid working with WAL files
// and properly close connection after writting changes to gpkg.
qputenv( "OGR_SQLITE_JOURNAL", "DELETE" );


// Register to QQmlEngine
engine.rootContext()->setContextProperty( "__notificationModel", &notificationModel );
Expand Down
Loading
Loading