Drop Qt5: Qml lib / QmlDesigner: Get rid of QOverload

Add a context object into some lambdas.

Change-Id: I16ee7a0c061483e4d90c9e015852c41a4f3cde90
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
Jarek Kobus
2022-07-20 00:35:01 +02:00
parent 683ad910b8
commit ad35f08498
23 changed files with 73 additions and 107 deletions

View File

@@ -492,7 +492,7 @@ again:
// handle comment can be called after a '/' has been read
// and returns true if it actually encountered a comment
auto handleComment = [this](){
auto handleComment = [this] {
if (_char == u'*') {
scanChar();
while (_codePtr <= _endPtr) {