Add explicit
This commit is contained in:
@@ -31,7 +31,7 @@ class MoodbarController : public QObject {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
MoodbarController(Application* app, QObject* parent = nullptr);
|
||||
explicit MoodbarController(Application* app, QObject* parent = nullptr);
|
||||
|
||||
signals:
|
||||
void CurrentMoodbarDataChanged(const QByteArray& data);
|
||||
|
||||
Reference in New Issue
Block a user