Hi,

will reviewing a patch I found this comment from Marc Mutz in qstringlistmodel.cpp:
// once Q_COMPILER_UNIFORM_INIT can be used, change to:
// emit dataChanged(index, index, {Qt::DisplayRole, Qt::EditRole});

Now I wonder if this is still needed because we're using this way calling dataChanged in a lot of other places without the guard and even in the documentation. So - is this comment wrong or is the define no longer needed (I would guess the latter)


Christian
_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to