aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Arve Saether <jan-arve.saether@theqtcompany.com>2015-08-27 11:27:40 +0200
committerJan Arve Sæther <jan-arve.saether@theqtcompany.com>2015-09-22 10:24:38 +0000
commit0238c739f81911f0963cf2c40b27dcfc8e3d38b7 (patch)
tree1c3a7b57c355db2712df8f10b7a7bf83a7f54aa4
parent03fa8422294fee7a71f502f1cdf5e4300a2630fe (diff)
Add proper documentation to Qt.atob()
The old documentation was probably introduced by copy and paste... Change-Id: Ib549f9c9a95e3d52eae598bf4952219c295bb677 Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
-rw-r--r--src/qml/qml/v8/qqmlbuiltinfunctions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml/v8/qqmlbuiltinfunctions.cpp b/src/qml/qml/v8/qqmlbuiltinfunctions.cpp
index ce86fd3923..239bc53f0a 100644
--- a/src/qml/qml/v8/qqmlbuiltinfunctions.cpp
+++ b/src/qml/qml/v8/qqmlbuiltinfunctions.cpp
@@ -900,7 +900,7 @@ ReturnedValue QtObject::method_btoa(CallContext *ctx)
/*!
\qmlmethod string Qt::atob(data)
-ASCII to binary - this function returns a base64 decoding of \c data.
+ASCII to binary - this function decodes the base64 encoded \a data string and returns it.
*/
ReturnedValue QtObject::method_atob(CallContext *ctx)
{