Skip to content

Commit b748ac6

Browse files
committedOct 2, 2018
[mssql] Fix cannot import layers to mssql via browser
1 parent 3b8a2d9 commit b748ac6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/providers/mssql/qgsmssqldataitems.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,8 @@ bool QgsMssqlConnectionItem::handleDrop( const QMimeData *data, const QString &t
448448
else
449449
populate();
450450
} );
451+
452+
QgsApplication::taskManager()->addTask( exportTask.release() );
451453
}
452454
else
453455
{

0 commit comments

Comments
 (0)
Please sign in to comment.