diff options
| author | Eike Ziller <eike.ziller@qt.io> | 2024-06-25 15:41:38 +0200 |
|---|---|---|
| committer | Eike Ziller <eike.ziller@qt.io> | 2024-06-25 13:51:50 +0000 |
| commit | 44e36686c8ea5dd6601f80ab57c27bd34e1f7894 (patch) | |
| tree | 636803d8a63aa56dd5378d3d2c01e55aa2f002df /src/plugins/lua/luaengine.cpp | |
| parent | 9eaa9b1f66373f8e7fc07ed908e61bbda683e9ff (diff) | |
Fix lupdate issuesv14.0.0-beta2
Change-Id: Ie71649f38e29c2fd6f644e023772f15865d6e6aa
Reviewed-by: hjk <hjk@qt.io>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'src/plugins/lua/luaengine.cpp')
| -rw-r--r-- | src/plugins/lua/luaengine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/lua/luaengine.cpp b/src/plugins/lua/luaengine.cpp index abfc78957b1..34faee83847 100644 --- a/src/plugins/lua/luaengine.cpp +++ b/src/plugins/lua/luaengine.cpp @@ -132,7 +132,7 @@ std::unique_ptr<Utils::LuaState> LuaEngine::runScript(const QString &script, con sol::error err = result; qWarning() << "Failed to run script" << name << ":" << QString::fromUtf8(err.what()); Core::MessageManager::writeFlashing( - tr("Failed to run script %1: %2").arg(name, QString::fromUtf8(err.what()))); + Tr::tr("Failed to run script %1: %2").arg(name, QString::fromUtf8(err.what()))); } return opaque; |
