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:
parent
be405c86f8
commit
8cbea7a886
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user