|
QGIS API Documentation 4.0.0-Norrköping (1ddcee3d0e4)
|
Scoped object for setting the current thread name. More...
#include <qgsthreadingutils.h>
Public Member Functions | |
| QgsScopedThreadName (const QString &name) | |
| Constructor for QgsScopedThreadName. | |
| ~QgsScopedThreadName () | |
| Restores the thread name back to its original state. | |
Scoped object for setting the current thread name.
Temporarily overrides the current thread name.
Definition at line 336 of file qgsthreadingutils.h.
|
inline |
Constructor for QgsScopedThreadName.
Definition at line 342 of file qgsthreadingutils.h.
|
inline |
Restores the thread name back to its original state.
Definition at line 355 of file qgsthreadingutils.h.