Skip to content

Commit

Permalink
Mark constructor as explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Dec 18, 2024
1 parent f859674 commit c322a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/o2uber.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class O0_EXPORT O2Uber: public O2{
Q_OBJECT

public:
O2Uber(QObject *parent = 0);
explicit O2Uber(QObject *parent = nullptr);

public Q_SLOTS:
void onVerificationReceived(QMap<QString, QString>) override;
Expand Down

0 comments on commit c322a0f

Please sign in to comment.