forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/6.0'
Change-Id: I773141d47e3f2b773da51f2e26ef53b93bb28f90
This commit is contained in:
@@ -636,7 +636,7 @@ void ClangdTestTooltips::test()
|
||||
helpItem = h;
|
||||
loop.quit();
|
||||
};
|
||||
connect(client(), &ClangdClient::helpItemGathered, handler);
|
||||
connect(client(), &ClangdClient::helpItemGathered, &loop, handler);
|
||||
|
||||
QTextCursor cursor(doc->document());
|
||||
const int pos = Utils::Text::positionInText(doc->document(), line, column);
|
||||
|
||||
Reference in New Issue
Block a user