havatv / qgisnnjoinplugin

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

NameError: name 'QMessageBox' is not defined #28

Closed kadirsahbaz closed 3 years ago

kadirsahbaz commented 3 years ago

QMessageBoxshould be imported in NNJoin_gui.py

from qgis.PyQt.QtWidgets import QMessageBox

The question about that issue: https://gis.stackexchange.com/q/381210/29431

havatv commented 3 years ago

@kadirsahbaz,which version of the plugin? 3.1.3 seems to be OK — no error messages or warnings

kadirsahbaz commented 3 years ago

Fixed now.