forked from qt-creator/qt-creator
CppTools: Fix QStringRef and QSharedPointer related issues with Qt6
Task-number: QTCREATORBUG-24098 Change-Id: I97347ac3fb397fea8eee655e3cc4ee252c511885 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -132,7 +132,7 @@ QVariant SymbolItem::data(int /*column*/, int role) const
|
||||
|
||||
bool OverviewModel::hasDocument() const
|
||||
{
|
||||
return _cppDocument;
|
||||
return !_cppDocument.isNull();
|
||||
}
|
||||
|
||||
int OverviewModel::globalSymbolCount() const
|
||||
|
||||
Reference in New Issue
Block a user