forked from qt-creator/qt-creator
CppEditor: Let users create implementations for all member functions
... in one go. Fixes: QTCREATORBUG-12164 Change-Id: Ifc81c8b1caf4319ce57882375f513d72e4c0ea52 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -550,9 +550,8 @@ static InsertionLocation nextToSurroundingDefinitions(Symbol *declaration,
|
||||
return InsertionLocation(QString::fromUtf8(definitionFunction->fileName()), prefix, suffix, line, column);
|
||||
}
|
||||
|
||||
QList<InsertionLocation> InsertionPointLocator::methodDefinition(Symbol *declaration,
|
||||
bool useSymbolFinder,
|
||||
const QString &destinationFile) const
|
||||
const QList<InsertionLocation> InsertionPointLocator::methodDefinition(
|
||||
Symbol *declaration, bool useSymbolFinder, const QString &destinationFile) const
|
||||
{
|
||||
QList<InsertionLocation> result;
|
||||
if (!declaration)
|
||||
|
||||
Reference in New Issue
Block a user