Searched refs:current_line (Results 1 – 4 of 4) sorted by relevance
41 void SearchingNotifier::sendNotification( qint64 current_line, qint64 nb_lines ) in sendNotification() argument44 if ( current_line < 0 ) in sendNotification()45 progress = ( nb_lines + current_line ) * 100 / nb_lines; in sendNotification()47 progress = current_line * 100 / nb_lines; in sendNotification()
63 void sendNotification( qint64 current_line, qint64 nb_lines );