mirror of https://github.com/qt/qtfeedback.git
Make more ctors explicit
Added explicit where it was missing. Change-Id: Ibeac920086ce33f31b24dcf7c0bdd7506267ed42 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
This commit is contained in:
parent
c2f6e18278
commit
9ac8d8c272
|
@ -70,7 +70,7 @@ public:
|
||||||
Unknown
|
Unknown
|
||||||
};
|
};
|
||||||
|
|
||||||
QFeedbackActuator(QObject *parent = Q_NULLPTR);
|
explicit QFeedbackActuator(QObject *parent = Q_NULLPTR);
|
||||||
|
|
||||||
int id() const;
|
int id() const;
|
||||||
bool isValid() const;
|
bool isValid() const;
|
||||||
|
|
Loading…
Reference in New Issue