1#ifndef PROGRESS_H
2#define PROGRESS_H
3
4/*!
5 * \typedef QPair
6 */
7typedef QPair<int, int> Progress;
8
9#endif // PROGRESS_H
10

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