1#ifndef PROGRESS_H
2#define PROGRESS_H
3
4typedef QPair<int, int> Progress;
5
6#endif // PROGRESS_H
7

source code of threadweaver/examples/ThumbNailer/Progress.h