QFileSelector: mark ctor explicit

This is standard for (QObject*) ctors.

Change-Id: I4756ba50b1f3148d72e95e581d52a37ebd47a7ae
Reviewed-by: John Layt <jlayt@kde.org>
Reviewed-by: Alan Alpert <aalpert@blackberry.com>
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
This commit is contained in:
Marc Mutz 2013-11-13 11:52:44 +01:00 committed by The Qt Project
parent be405c86f8
commit 8cbea7a886

View File

@ -52,7 +52,7 @@ class Q_CORE_EXPORT QFileSelector : public QObject
{
Q_OBJECT
public:
QFileSelector(QObject *parent = 0);
explicit QFileSelector(QObject *parent = 0);
~QFileSelector();
QString select(const QString &filePath) const;