summaryrefslogtreecommitdiff
path: root/src/plugins/help/helpviewer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/help/helpviewer.cpp')
-rw-r--r--src/plugins/help/helpviewer.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/plugins/help/helpviewer.cpp b/src/plugins/help/helpviewer.cpp
index 1471010e50..825f7b141f 100644
--- a/src/plugins/help/helpviewer.cpp
+++ b/src/plugins/help/helpviewer.cpp
@@ -48,18 +48,6 @@
using namespace Help::Internal;
-const QString HelpViewer::NsNokia = QLatin1String("qthelp://com.nokia.");
-const QString HelpViewer::NsTrolltech = QLatin1String("qthelp://com.trolltech.");
-
-const QString HelpViewer::AboutBlankPage =
- QCoreApplication::translate("HelpViewer", "<title>about:blank</title>");
-
-const QString HelpViewer::PageNotFoundMessage =
- QCoreApplication::translate("HelpViewer", "<html><head><meta http-equiv=\""
- "content-type\" content=\"text/html; charset=UTF-8\"><title>Error 404...</title>"
- "</head><body><div align=\"center\"><br><br><h1>The page could not be found</h1>"
- "<br><h3>'%1'</h3></div></body>");
-
struct ExtensionMap {
const char *extension;
const char *mimeType;