QBAV has an operator==(), among other things. Internally QMetaObject only supports Latin-1, however that is an implementation detail that shouldn't be exposed in public API. Since some public methods will be changed to take a view, a QBAV, use QBAV internally too to keep the code consistent. Also change QMetaObject_findMetaObject() to take a view, this is more robust as it can work with other string data that isn't necessarlify null-terminated (e.g. a sliced() view, which will happen in later commits). Change-Id: I346d7910ad8fa30951a7168e9b257f039f016298 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> (cherry picked from commit 56b8048ab98aae3780962fb84709b968a81f62ab)
…
Description
Languages
C++
84.3%
HTML
4.9%
C
3.9%
CMake
3.6%
Objective-C++
2%
Other
0.8%