summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2013-06-14 15:51:48 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-06-19 20:05:43 +0200
commita4d41f6803beca7e0911610cc4ed8027ab196eb7 (patch)
tree58407deab8ff06822e62c851ad6ce3891aaca9e9 /src
parent46106c4e16dd36deb17011d8587b301971921f5c (diff)
Doc: QTranslator::translate() isn't an overload anymore
Change-Id: Ib50044da48be3fb4f43300aa285e15403bd8d65e Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'src')
-rw-r--r--src/corelib/kernel/qtranslator.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/corelib/kernel/qtranslator.cpp b/src/corelib/kernel/qtranslator.cpp
index 9243d093df..903ab2e2cd 100644
--- a/src/corelib/kernel/qtranslator.cpp
+++ b/src/corelib/kernel/qtranslator.cpp
@@ -1084,8 +1084,6 @@ void QTranslatorPrivate::clear()
}
/*!
- \overload translate()
-
Returns the translation for the key (\a context, \a sourceText,
\a disambiguation). If none is found, also tries (\a context, \a
sourceText, ""). If that still fails, returns a null string.