From 227a60a427f83931ca8bdaec7509a673738f053b Mon Sep 17 00:00:00 2001 From: Pierre Rossi Date: Wed, 1 Aug 2012 14:20:32 +0200 Subject: Prepare QtHelp library for modularized documentation. - Support ".." in QCH documentation file paths. This essentially means that we stop using cleanPath, and where needed, prepend the virtual folder name, followed by "/..", in front of the original path. - Remove com.trolltech default DocPath since this was not used anymore. Done-with: Casper van Donderen Change-Id: I7309805000f343e2f58c74cd0655a936399fd939 Reviewed-by: Friedemann Kleint Reviewed-by: Casper van Donderen --- src/assistant/help/qhelpengine.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/assistant/help/qhelpengine.h') diff --git a/src/assistant/help/qhelpengine.h b/src/assistant/help/qhelpengine.h index 3bff849d1..72a8d3938 100644 --- a/src/assistant/help/qhelpengine.h +++ b/src/assistant/help/qhelpengine.h @@ -74,6 +74,8 @@ public: private: QHelpEnginePrivate *d; + + friend class HelpEngineWrapper; }; QT_END_NAMESPACE -- cgit v1.2.1