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 e85b416 commit 708add3Copy full SHA for 708add3
src/DockManager.h
@@ -196,12 +196,12 @@ class ADS_EXPORT CDockManager : public CDockContainerWidget
196
* Before you create any dock widgets, you should properly setup the
197
* configuration flags via setConfigFlags().
198
*/
199
- CDockManager(QWidget* parent = 0);
+ CDockManager(QWidget* parent = nullptr);
200
201
/**
202
* Virtual Destructor
203
204
- virtual ~CDockManager();
+ virtual ~CDockManager() override;
205
206
207
* This function returns the global configuration flags
0 commit comments