fix名字不统一

This commit is contained in:
shenmo
2020-11-18 19:49:22 +08:00
parent 61591b793a
commit c324f501bb
24 changed files with 6 additions and 6 deletions

View File

@@ -0,0 +1,19 @@
#ifndef GLOBALDEFINE_H
#define GLOBALDEFINE_H
#include <QObject>
#include <QUrl>
#define DEFAULT_TITLE QObject::tr("SparkWebAppRuntime")
#define DEFAULT_URL QString("qrc:/help/help.html")
#define DEFAULT_WIDTH (1024)
#define DEFAULT_HEIGHT (768)
#define DEFAULT_DESC QString()
#define DEFAULT_ICON QString()
#define DEFAULT_CFG QString()
#define DEFAULT_ROOT QString()
#define DEFAULT_PORT 0
#endif // GLOBALDEFINE_H