We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a82999e commit 9a15cfeCopy full SHA for 9a15cfe
src/providers/wfs/qgswfsdata.cpp
@@ -93,7 +93,7 @@ int QgsWFSData::getWFSData()
93
readData = mHttp.readAll();
94
XML_Parse(p, readData.data(), readData.size(), atEnd);
95
}
96
- qApp->processEvents();
+ qApp->processEvents(QEventLoop::ExcludeUserInputEvents);
97
98
qWarning("Left loop");
99
return 0; //soon
0 commit comments