aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsapi/qjsengine.h
diff options
context:
space:
mode:
authorFabian Kosmale <fabian.kosmale@qt.io>2020-08-25 15:08:20 +0200
committerFabian Kosmale <fabian.kosmale@qt.io>2020-08-25 19:11:03 +0200
commit23dd5db4f1f612e962b408c26e9cfd276a5348a3 (patch)
tree0da79bb7f3e90cd4dcb381cca654f22510eb985e /src/qml/jsapi/qjsengine.h
parent277869faa33b796d68d4b0dab4970e70ca64a00f (diff)
Remove deprecated QJSEngine::installTranslatorFunctions function
[ChangeLog][QJSEngine] The deprecated installTranslatorFunctions() has been removed. Use installExtensions() with TranslationExtension instead. Change-Id: I58345793ea154ec37d0c64f13c958193e6fa461b Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src/qml/jsapi/qjsengine.h')
-rw-r--r--src/qml/jsapi/qjsengine.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/qml/jsapi/qjsengine.h b/src/qml/jsapi/qjsengine.h
index 643c5d5a38..a025ce991d 100644
--- a/src/qml/jsapi/qjsengine.h
+++ b/src/qml/jsapi/qjsengine.h
@@ -104,10 +104,6 @@ public:
static void setObjectOwnership(QObject *, ObjectOwnership);
static ObjectOwnership objectOwnership(QObject *);
-#if QT_DEPRECATED_SINCE(5, 6)
- QT_DEPRECATED void installTranslatorFunctions(const QJSValue &object = QJSValue());
-#endif
-
enum Extension {
TranslationExtension = 0x1,
ConsoleExtension = 0x2,