We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 253e01d commit 8a4a9b9Copy full SHA for 8a4a9b9
generator/typesystem_core.xml
@@ -1196,6 +1196,7 @@ public:
1196
<modify-function signature="operator[](uint)const" remove="all"/>
1197
<modify-function signature="operator[](qsizetype)" remove="all"/>
1198
<modify-function signature="operator[](qsizetype)const" remove="all"/>
1199
+ <modify-function signature="operator std::string_view()const" remove="all"/>
1200
<modify-function signature="push_back(char)" remove="all"/>
1201
<modify-function signature="push_back(const char*)" remove="all"/>
1202
<modify-function signature="push_front(char)" remove="all"/>
0 commit comments