summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-reader/util.h
blob: 3964b5e4c200b8db0e0e879a580c41412ab7bec5 (plain)
1
2
3
4
5
6
7
8
9
#ifndef __UTIL_H
#define __UTIL_H

#include <qstring.h>

QString filesize(unsigned long l);
QString percent(unsigned long pos, unsigned long len);
QString fmt(unsigned long pos, unsigned long len);
#endif