forked from qt-creator/qt-creator
ProjectExplorer: Fix hovering over cleared issues
Avoid providing clickable file paths of non-existing items. Change-Id: If2da6c5a2efdfc57faab12f8a9b97682adb6034e Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Christian Stenger <christian.stenger@qt.io> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
committed by
Christian Kandeler
parent
5f88511fe7
commit
14a64254da
@@ -815,6 +815,7 @@ void TaskDelegate::emitSizeHintChanged(const QModelIndex &index)
|
||||
|
||||
void TaskDelegate::currentChanged(const QModelIndex ¤t, const QModelIndex &previous)
|
||||
{
|
||||
m_hrefs.clear();
|
||||
emit sizeHintChanged(current);
|
||||
emit sizeHintChanged(previous);
|
||||
}
|
||||
|
Reference in New Issue
Block a user