summaryrefslogtreecommitdiff
path: root/src/webengine/doc/src/qtwebengine.qdoc
diff options
context:
space:
mode:
authorMichael BrĂ¼ning <michael.bruning@digia.com>2014-05-12 15:02:30 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-05-12 19:11:32 +0200
commit6f5e9d0355872be7ab944f08ca1362c6f5bc7879 (patch)
treef012eff87732c66d91b5a25f23276f854c889c8a /src/webengine/doc/src/qtwebengine.qdoc
parent43db107bcc29a54044b020544e3874048687d8e7 (diff)
downloadqtwebengine-6f5e9d0355872be7ab944f08ca1362c6f5bc7879.tar.gz
Fix up some more documentation.
Removes methods from the documentation that no longer exist. Removes left over instance of Qt WebKit / WebKit instead of Qt WebEngine / Chromium in the documentation. Change-Id: I27e1d41fc16116a60f94c3369f76ddfed60e4380 Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com>
Diffstat (limited to 'src/webengine/doc/src/qtwebengine.qdoc')
-rw-r--r--src/webengine/doc/src/qtwebengine.qdoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/webengine/doc/src/qtwebengine.qdoc b/src/webengine/doc/src/qtwebengine.qdoc
index 18192d902..789ac4b55 100644
--- a/src/webengine/doc/src/qtwebengine.qdoc
+++ b/src/webengine/doc/src/qtwebengine.qdoc
@@ -1,4 +1,5 @@
/*
+ Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
Copyright (C) 2005, 2006, 2007, 2008, 2009 Apple Inc. All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -27,7 +28,7 @@
\title Qt WebEngine QML Types
\brief Provides QML types for rendering web content within a QML application
- The QML types can be imported into your applciation using the following
+ The QML types can be imported into your application using the following
import statement in your .qml file:
\code