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