forked from qt-creator/qt-creator
PE: Silence soft assert
Change-Id: Ie07d261cc49a20fd57d885e9be9d63c4b4a8743f Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -627,7 +627,7 @@ void LineEditField::setupCompletion(FancyLineEdit *lineEdit)
|
||||
&& !isReservedName(entry.extraInfo)
|
||||
&& !entry.extraInfo.startsWith('~')
|
||||
&& !entry.extraInfo.contains("Anonymous:")
|
||||
&& !FilePath::fromString(entry.extraInfo).isAbsolutePath();
|
||||
&& !FilePath::fromUserInput(entry.extraInfo).isAbsolutePath();
|
||||
const bool isBaseClassCandidate = !isReservedName(entry.displayName)
|
||||
&& !entry.displayName.startsWith("Anonymous:");
|
||||
if (isBaseClassCandidate)
|
||||
|
Reference in New Issue
Block a user