french -> French
[kdepim.git] / kleopatra / qt-patch-N216530.diff
blobc33487b2021e52ca88760dba299e9569ab31d53f
1 --- src/gui/itemviews/qtreeview.cpp~ 2008-04-23 22:39:39.000000000 +0200
2 +++ src/gui/itemviews/qtreeview.cpp 2008-06-19 14:59:24.000000000 +0200
3 @@ -2598,6 +2598,8 @@
4 QStyleOptionViewItemV4 option = d->viewOptionsV4();
5 const QVector<QTreeViewItem> viewItems = d->viewItems;
6 for (int i = 0; i < viewItems.count(); ++i) {
7 + if ( viewItems.at(i).spanning )
8 + continue;
9 QModelIndex index = viewItems.at(i).index;
10 index = index.sibling(index.row(), column);
11 QWidget *editor = d->editorForIndex(index);