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:
Marc Mutz 2016-03-03 10:36:31 +01:00
parent c2f6e18278
commit 9ac8d8c272
1 changed files with 1 additions and 1 deletions

View File

@ -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;