forked from qt-creator/qt-creator
CppEditor: Allow tests to run with ClangCodeModel enabled
So that in the CI we can simply run: $ qtcreator -test CppEditor -load ClangCodeModel There are some failures left, which we will tackle one by one in follow- up patches. Change-Id: Ic4ebcb82f6439b344ae055889a6a16d56b2e3206 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -1236,8 +1236,8 @@ InsertVirtualMethods::~InsertVirtualMethods()
|
||||
m_dialog->deleteLater();
|
||||
}
|
||||
|
||||
void InsertVirtualMethods::match(const CppQuickFixInterface &interface,
|
||||
QuickFixOperations &result)
|
||||
void InsertVirtualMethods::doMatch(const CppQuickFixInterface &interface,
|
||||
QuickFixOperations &result)
|
||||
{
|
||||
QSharedPointer<InsertVirtualMethodsOp> op(new InsertVirtualMethodsOp(interface, m_dialog));
|
||||
if (op->isValid())
|
||||
|
||||
Reference in New Issue
Block a user