Skip to content

Commit 708add3

Browse files
Fixed two linter warnings in CDockManager
1 parent e85b416 commit 708add3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/DockManager.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,12 +196,12 @@ class ADS_EXPORT CDockManager : public CDockContainerWidget
196196
* Before you create any dock widgets, you should properly setup the
197197
* configuration flags via setConfigFlags().
198198
*/
199-
CDockManager(QWidget* parent = 0);
199+
CDockManager(QWidget* parent = nullptr);
200200

201201
/**
202202
* Virtual Destructor
203203
*/
204-
virtual ~CDockManager();
204+
virtual ~CDockManager() override;
205205

206206
/**
207207
* This function returns the global configuration flags

0 commit comments

Comments
 (0)