Skip to content

Commit

Permalink
QgsScopedProxyProgressTask: make class non-copyable/non-affectable as…
Browse files Browse the repository at this point in the history
… it has pointers (but cannot be enabled because of SIP issue)
  • Loading branch information
rouault committed Oct 2, 2020
1 parent bbc1deb commit 7ee62d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/qgsproxyprogresstask.h
Expand Up @@ -98,6 +98,7 @@ class CORE_EXPORT QgsScopedProxyProgressTask

QgsProxyProgressTask *mTask = nullptr;

Q_DISABLE_COPY( QgsScopedProxyProgressTask )
};

#endif // QGSPROXYPROGRESSTASK_H

0 comments on commit 7ee62d4

Please sign in to comment.