Skip to content

Commit

Permalink
[mssql] Fix cannot import layers to mssql via browser
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 2, 2018
1 parent 3b8a2d9 commit b748ac6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/providers/mssql/qgsmssqldataitems.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,8 @@ bool QgsMssqlConnectionItem::handleDrop( const QMimeData *data, const QString &t
else
populate();
} );

QgsApplication::taskManager()->addTask( exportTask.release() );
}
else
{
Expand Down

0 comments on commit b748ac6

Please sign in to comment.