qt6-bb10/tests/auto/corelib/plugin/qpluginloader
Thiago Macieira 461084b6c4 Q{Elf,Mach}Parser: harmonize the arguments passed
Both functions took a QString for the input file name, but while the ELF
parser had an optional QLibrary pointer (which was never null) where to
store the error string, the Mach-O parser received a pointer to a
QString. So make both of them take a single in/out QString pointer,
which has the file name on input and is cheap for us because of COW.

Drive-by fix the name of the static function in qmachparser.cpp from
"ns" (which stood for "not suitable") to "notfound".

Change-Id: I3eb1bd30e0124f89a052fffd16a8182f4f8541c3
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
2021-10-04 14:01:42 -07:00
..
almostplugin Remove .prev_CMakeLists.txt files 2021-01-12 20:59:13 +01:00
elftest Remove spurious execute permissions 2017-12-08 13:27:42 +00:00
lib Remove .prev_CMakeLists.txt files 2021-01-12 20:59:13 +01:00
machtest Remove the qmake project files 2021-01-07 15:32:28 +01:00
staticplugin Remove .prev_CMakeLists.txt files 2021-01-12 20:59:13 +01:00
theplugin Remove the qmake project files 2021-01-07 15:32:28 +01:00
tst Remove the qmake project files 2021-01-07 15:32:28 +01:00
.gitignore
BLACKLIST CMake: Fix failing tests on macOS developer builds 2020-09-22 19:08:53 +02:00
CMakeLists.txt cmake: Remove APPLE prefix from platform names 2020-03-16 17:57:56 +01:00
empty.json
fakeplugin.cpp tst_QPluginLoader: Simplify creating a fake pointer in fakeplugin.cpp 2021-08-20 22:19:58 +03:00
tst_qpluginloader.cpp Q{Elf,Mach}Parser: harmonize the arguments passed 2021-10-04 14:01:42 -07:00
utf8_data.json moc: Fix compilation of text strings containing non-ASCII 2018-09-10 04:17:03 +00:00