Home
last modified time | relevance | path

Searched refs:current_line (Results 1 – 4 of 4) sorted by relevance

/glogg/glogg/src/
H A Dquickfind.cpp
H A Dquickfind.h
/glogg/src/
H A Dquickfind.cpp41 void SearchingNotifier::sendNotification( qint64 current_line, qint64 nb_lines ) in sendNotification() argument
44 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()
H A Dquickfind.h63 void sendNotification( qint64 current_line, qint64 nb_lines );