aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/lua.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Replace a few make_unexpected with ResultErrorhjk2025-04-151-1/+1
| | | | | Change-Id: I64637b8b43c1932dee59e37b8922c18d27c2deb9 Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
* Replace most expected_str by Utils::Resulthjk2025-04-111-1/+1
| | | | | | | | Keep it in Axivion dto, which is generated. Change-Id: I83a12de6234ac7b0218b369875bdc72d25dbadfb Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
* Utils: Add global Lua interfaceMarcus Tillmanns2024-05-281-0/+30
Change-Id: I8fe5813b7987f3c771a1747b1089fa2d1c717e97 Reviewed-by: hjk <hjk@qt.io>