forked from qt-creator/qt-creator
ModelEditor: Add user defined virtual desctructors
Change-Id: I6655feacf6a6e9d92f58ae5926a470e3d0373ad5 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
@@ -39,6 +39,7 @@ class QMT_EXPORT DDiagram : public DObject
|
||||
{
|
||||
public:
|
||||
DDiagram();
|
||||
~DDiagram() override;
|
||||
|
||||
void accept(DVisitor *visitor) override;
|
||||
void accept(DConstVisitor *visitor) const override;
|
||||
|
||||
Reference in New Issue
Block a user