Gui: fix some important linting warnings:

* cppcoreguidelines-explicit-virtual-functions
* google-explicit-constructor
This commit is contained in:
wmayer
2023-10-12 10:53:41 +02:00
committed by wwmayer
parent e37e924b85
commit 552b1f48b1
7 changed files with 54 additions and 55 deletions

View File

@@ -36,7 +36,6 @@
#include <boost/algorithm/string/predicate.hpp>
#include <App/Application.h>
#include <Base/Console.h>
#include <Base/Tools.h>
#include "DockWindowManager.h"