forked from qt-creator/qt-creator
Wizards: Offer auto-completion in "New C++ Class" wizard
That is, offer existing namespaces for the class name line edit and existing classes for the base class line edit. Fixes: QTCREATORBUG-10066 Change-Id: I276036864626eff92997e40e4e22ab16c4f4d617 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -48,6 +48,6 @@ Core::LocatorFilterEntry CppClassesFilter::filterEntryFromIndexItem(IndexItem::P
|
||||
filterEntry.extraInfo = info->symbolScope().isEmpty()
|
||||
? info->shortNativeFilePath()
|
||||
: info->symbolScope();
|
||||
|
||||
filterEntry.fileName = info->fileName();
|
||||
return filterEntry;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user