aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/help/helpviewer.h
diff options
context:
space:
mode:
authorkh1 <qt-info@nokia.com>2010-04-19 19:08:02 +0200
committerkh1 <qt-info@nokia.com>2010-04-19 19:08:51 +0200
commit342e62125312b471a82f03b955c977ef4feb5371 (patch)
tree92d32d0fe351ed14fa0d065b1544c5f191937748 /src/plugins/help/helpviewer.h
parent2113669fba0956c78f3cbd63ca7c201daefaa8d9 (diff)
Quick fix to make the documentation work, needs a proper solution though.
Reviewed-by: kh
Diffstat (limited to 'src/plugins/help/helpviewer.h')
-rw-r--r--src/plugins/help/helpviewer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/help/helpviewer.h b/src/plugins/help/helpviewer.h
index 9ad9e516f0e..d49f3d1e140 100644
--- a/src/plugins/help/helpviewer.h
+++ b/src/plugins/help/helpviewer.h
@@ -85,11 +85,13 @@ public:
bool findText(const QString &text, Find::IFindSupport::FindFlags flags,
bool incremental, bool fromSearch);
+ static QString DocPath;
static QString AboutBlankPage;
static QString PageNotFoundMessage;
static bool isLocalUrl(const QUrl &url);
static bool canOpenPage(const QString &url);
+ static QString mimeFromUrl(const QString &url);
static bool launchWithExternalApp(const QUrl &url);
public slots: