Skip to content

Commit

Permalink
Happy now?
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jun 28, 2020
1 parent edfdbdb commit 3b781ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/core/qgsruntimeprofiler.h
Expand Up @@ -54,6 +54,9 @@ class CORE_EXPORT QgsRuntimeProfilerNode
*/
QgsRuntimeProfilerNode( const QString &group, const QString &name );

QgsRuntimeProfilerNode( const QgsRuntimeProfilerNode &other ) = delete;
QgsRuntimeProfilerNode &operator=( const QgsRuntimeProfilerNode &other ) = delete;

~QgsRuntimeProfilerNode();

/**
Expand Down

0 comments on commit 3b781ec

Please sign in to comment.