summaryrefslogtreecommitdiffstats
path: root/tools/assistant/lib/qhelpenginecore.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@nokia.com>2010-08-20 13:11:57 (GMT)
committerChristian Kandeler <christian.kandeler@nokia.com>2010-08-20 13:22:27 (GMT)
commit89794be9a9c56f9a09e4f3b0e66e46dd7947aeac (patch)
tree061323a9b67dc11edc49a3c6370ef120ffe90eca /tools/assistant/lib/qhelpenginecore.h
parent54b0b7f14b1aff11e26267eb5990feb8b77e7893 (diff)
downloadQt-89794be9a9c56f9a09e4f3b0e66e46dd7947aeac.zip
Qt-89794be9a9c56f9a09e4f3b0e66e46dd7947aeac.tar.gz
Qt-89794be9a9c56f9a09e4f3b0e66e46dd7947aeac.tar.bz2
Assistant: Clean-up: Mark constructors as explicit.
Diffstat (limited to 'tools/assistant/lib/qhelpenginecore.h')
-rw-r--r--tools/assistant/lib/qhelpenginecore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/assistant/lib/qhelpenginecore.h b/tools/assistant/lib/qhelpenginecore.h
index 118c310..db25c0b 100644
--- a/tools/assistant/lib/qhelpenginecore.h
+++ b/tools/assistant/lib/qhelpenginecore.h
@@ -65,7 +65,7 @@ class QHELP_EXPORT QHelpEngineCore : public QObject
Q_PROPERTY(QString currentFilter READ currentFilter WRITE setCurrentFilter)
public:
- QHelpEngineCore(const QString &collectionFile, QObject *parent = 0);
+ explicit QHelpEngineCore(const QString &collectionFile, QObject *parent = 0);
virtual ~QHelpEngineCore();
bool setupData();