qt/LedOK/cfg.h
2022-09-13 23:16:36 +08:00

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