qt/LedOK/cfg.h
2022-08-25 18:37:24 +08:00

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