forked from qt-creator/qt-creator
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user