https://bugs.kde.org/show_bug.cgi?id=355099

--- Comment #12 from Milian Wolff <m...@milianw.de> ---
One more idea: what happens when you move the following line down to where it
is being used:

 QString branchNameData =
index.data(VcsOverlayProxyModel::VcsStatusRole).toString();

and/or what happens if you replace it by


 QString branchNameData; // =
index.data(VcsOverlayProxyModel::VcsStatusRole).toString();

I ask b/c this potentially spins up a nested eventloop leading to all kinds of
funny issues... If this "fixes" the issue, then we at least know where to look
for a fix.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to