We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb66501 commit a71f2adCopy full SHA for a71f2ad
python/core/layout/qgslayoutundocommand.sip
@@ -112,7 +112,7 @@ class QgsLayoutUndoObjectInterface
112
%End
113
public:
114
115
- ~QgsLayoutUndoObjectInterface();
+ virtual ~QgsLayoutUndoObjectInterface();
116
%Docstring
117
Destructor for QgsLayoutUndoObjectInterface.
118
src/core/layout/qgslayoutundocommand.h
@@ -132,7 +132,7 @@ class CORE_EXPORT QgsLayoutUndoObjectInterface
132
/**
133
* Destructor for QgsLayoutUndoObjectInterface.
134
*/
135
- ~QgsLayoutUndoObjectInterface() = default;
+ virtual ~QgsLayoutUndoObjectInterface() = default;
136
137
138
* Creates a new layout undo command with the specified \a text and \a parent.
0 commit comments