Home
last modified time | relevance | path

Searched refs:readableSize (Results 1 – 2 of 2) sorted by relevance

/glogg/glogg/src/
H A Dmainwindow.cpp
/glogg/src/
H A Dmainwindow.cpp55 static QString readableSize( qint64 size );
958 .arg(current_file).arg(readableSize(fileSize)) in updateInfoLine()
964 .arg(current_file).arg(readableSize(fileSize)) in updateInfoLine()
1024 static QString readableSize( qint64 size ) in readableSize() function