14 lines
215 B
C
14 lines
215 B
C
#ifndef CFG_H
|
|
#define CFG_H
|
|
|
|
#include <QString>
|
|
|
|
#define PAGEDEL_SUFFIX "@D$E$L&20111005&"
|
|
#define RECTF_INVALID QRectF(-9999, -9999, 0, 0)
|
|
|
|
extern const QString UpdVerUrl;
|
|
|
|
QString programsDir();
|
|
|
|
#endif // CFG_H
|