mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-07 00:03:52 -05:00
QEventLoop related issues on the main thread This class should be used whenever a blocking process run is required. Unlike implementations which rely on QApplication::processEvents() or creation of a QEventLoop, this class is completely thread safe and can be used on either the main thread or background threads without issue. Execution supports use of a QgsFeedback object to support termination of the process.