qt/LedOK/cfg.h

14 lines
215 B
C
Raw Normal View History

2022-01-20 10:08:17 +08:00
#ifndef CFG_H
#define CFG_H
2022-08-25 18:37:24 +08:00
#include <QString>
2022-01-20 10:08:17 +08:00
2022-08-25 18:37:24 +08:00
#define PAGEDEL_SUFFIX "@D$E$L&20111005&"
#define RECTF_INVALID QRectF(-9999, -9999, 0, 0)
extern const QString UpdVerUrl;
QString programsDir();
2022-01-20 10:08:17 +08:00
#endif // CFG_H