We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
overrides a destructor but is not marked 'override'
1 parent 7b30229 commit a9aa10fCopy full SHA for a9aa10f
2 files changed
src/DockAreaTitleBar.h
@@ -176,7 +176,7 @@ public Q_SLOTS:
176
/**
177
* Virtual Destructor
178
*/
179
- virtual ~CDockAreaTitleBar();
+ ~CDockAreaTitleBar() override;
180
181
182
* Returns the pointer to the tabBar()
src/DockWidgetTab.h
@@ -91,7 +91,7 @@ private Q_SLOTS:
91
92
93
94
- virtual ~CDockWidgetTab();
+ ~CDockWidgetTab() override;
95
96
97
* Returns true, if this is the active tab
0 commit comments