havatv / qgisnnjoinplugin

GNU General Public License v2.0
7 stars 8 forks source link

Thread issue with QGIS 3 #5

Closed havatv closed 7 years ago

havatv commented 7 years ago

There were no issues with threading in QGIS 2, but apparently there is a problem with this plugin in QGIS 3. Here is the message (on Ubuntu 16.04, QGIS 2.99.0-Master - 287ed2d; QT 5.5.1, Python 3.5.2) that appears in the log message panel QT tab:

QObject::setParent: Cannot set parent, new parent is in a different thread

The QT message appears when the processing is done and the data set appears in the legend.

havatv commented 7 years ago

Should be fixed with 6e4b99c.