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