https://bugs.kde.org/show_bug.cgi?id=374016
Amaro <am...@fisica.ist.utl.pt> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED --- Comment #1 from Amaro <am...@fisica.ist.utl.pt> --- Changed in codecompletion.cpp, line 783, replace QString completionText = data(index, Qt::DisplayRole).toString(); by QString completionText = data(index.sibling(index.row(), Name), Qt::DisplayRole).toString(); -- You are receiving this mail because: You are watching all bug changes.