clang: fix test bench_codecompletion compilation
ClosedPublic

Authored by hmitonneau on May 28 2019, 11:34 AM.

Details

Summary

Fix compilation error:
error: no matching function for call to ‘BenchCodeCompletion::createView(QUrl, BenchCodeCompletion*)

createView has been modified here: R32:6dca2d31bbbe: clang: Fix completion tests by using documentController to create view

Test Plan

launch

kdesrc-build kdevelop

Diff Detail

Repository
R32 KDevelop
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
hmitonneau created this revision.May 28 2019, 11:34 AM
Restricted Application added a subscriber: kdevelop-devel. · View Herald TranscriptMay 28 2019, 11:34 AM
hmitonneau requested review of this revision.May 28 2019, 11:34 AM
mwolff accepted this revision.May 29 2019, 8:00 AM
mwolff added a subscriber: mwolff.

lgtm

This revision is now accepted and ready to land.May 29 2019, 8:00 AM
This revision was automatically updated to reflect the committed changes.