Fixed two linter warnings in CDockManager

This commit is contained in:
Uwe Kindler 2020-03-12 08:01:57 +01:00
parent e85b4167bd
commit 708add3ff5

View File

@ -196,12 +196,12 @@ public:
* Before you create any dock widgets, you should properly setup the * Before you create any dock widgets, you should properly setup the
* configuration flags via setConfigFlags(). * configuration flags via setConfigFlags().
*/ */
CDockManager(QWidget* parent = 0); CDockManager(QWidget* parent = nullptr);
/** /**
* Virtual Destructor * Virtual Destructor
*/ */
virtual ~CDockManager(); virtual ~CDockManager() override;
/** /**
* This function returns the global configuration flags * This function returns the global configuration flags