15 lines
240 B
C
15 lines
240 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;
|
|
extern QString fileHome;
|
|
|
|
QString programsDir();
|
|
|
|
#endif // CFG_H
|