Lars Gullik Bjønnes a écrit :
Abdelrazak Younes <[EMAIL PROTECTED]> writes:

| Andre Poenitz a écrit :
| > On Mon, Apr 17, 2006 at 07:54:04PM +0200, Abdelrazak Younes wrote:
| >> +void TocModel::populate(toc::Toc const & toc_list)
| >> +{
| >> +    clear();
| >> +
| >> +    if (toc_list.empty())
| >> +            return;
| >> +
| >> +    int current_row;
| >> +    QModelIndex top_level_item;
| >> +
| >> +    toc::Toc::const_iterator iter = toc_list.begin();
| >> +    toc::Toc::const_iterator end = toc_list.end();
| >> +
| >> +    insertColumns(0, 1);
| > Indentation.
| | ?? This line is at the same indent level as the previous one.

It is a 'space' vs 'tab' for indent problem. Sometimes you see it
sometimes you don't...

Ah... OK, thanks.

Abdel.

Reply via email to