Subversion Repositories svn1

Rev

Rev 386 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 386 Rev 387
Line 115... Line 115...
115
            if (ptime >= 0 )
115
            if (ptime >= 0 )
116
            {
116
            {
117
                out << i;
117
                out << i;
118
                out << " ";
118
                out << " ";
119
                out <<  time_a( ptime );
119
                out <<  time_a( ptime );
120
                out << endl;
120
                out << Qt::endl;
121
            }
121
            }
122
        }
122
        }
123
    }
123
    }
124
}
124
}
125
 
125