Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
New utility class QgsTemporaryCursorRestoreOverride
This class temporarily removes ALL cursor overrides for the QApplication for the lifetime of the object, and restores them (in the same order) upon object destruction.
- Loading branch information
Showing
with
59 additions
and 0 deletions.
- +28 −0 src/gui/qgsguiutils.cpp
- +31 −0 src/gui/qgsguiutils.h