Base: fix google-explicit-constructor

This commit is contained in:
wmayer
2023-11-22 19:48:10 +01:00
committed by wwmayer
parent d5d4fd8ba3
commit 0c21c6298c
16 changed files with 93 additions and 91 deletions

View File

@@ -59,7 +59,7 @@ class BaseExport Debugger: public QObject
Q_OBJECT
public:
Debugger(QObject* parent = nullptr);
explicit Debugger(QObject* parent = nullptr);
~Debugger() override;
Debugger(const Debugger&) = delete;