diff options
author | Christian Kandeler <christian.kandeler@nokia.com> | 2010-08-20 13:11:57 (GMT) |
---|---|---|
committer | Christian Kandeler <christian.kandeler@nokia.com> | 2010-08-20 13:22:27 (GMT) |
commit | 89794be9a9c56f9a09e4f3b0e66e46dd7947aeac (patch) | |
tree | 061323a9b67dc11edc49a3c6370ef120ffe90eca /tools/assistant/lib/qhelpcollectionhandler_p.h | |
parent | 54b0b7f14b1aff11e26267eb5990feb8b77e7893 (diff) | |
download | Qt-89794be9a9c56f9a09e4f3b0e66e46dd7947aeac.zip Qt-89794be9a9c56f9a09e4f3b0e66e46dd7947aeac.tar.gz Qt-89794be9a9c56f9a09e4f3b0e66e46dd7947aeac.tar.bz2 |
Assistant: Clean-up: Mark constructors as explicit.
Diffstat (limited to 'tools/assistant/lib/qhelpcollectionhandler_p.h')
-rw-r--r-- | tools/assistant/lib/qhelpcollectionhandler_p.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/assistant/lib/qhelpcollectionhandler_p.h b/tools/assistant/lib/qhelpcollectionhandler_p.h index 8efe507..8901b06 100644 --- a/tools/assistant/lib/qhelpcollectionhandler_p.h +++ b/tools/assistant/lib/qhelpcollectionhandler_p.h @@ -76,7 +76,8 @@ public: }; typedef QList<DocInfo> DocInfoList; - QHelpCollectionHandler(const QString &collectionFile, QObject *parent = 0); + explicit QHelpCollectionHandler(const QString &collectionFile, + QObject *parent = 0); ~QHelpCollectionHandler(); QString collectionFile() const; |