summaryrefslogtreecommitdiffstats
path: root/tools/assistant/lib/qhelpcollectionhandler_p.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/qhelpcollectionhandler_p.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/qhelpcollectionhandler_p.h')
-rw-r--r--tools/assistant/lib/qhelpcollectionhandler_p.h3
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;