Add CDP_PORT

This commit is contained in:
Kevin Yue
2020-02-15 20:43:21 +08:00
parent 482012098e
commit 2a7230a277
3 changed files with 4 additions and 2 deletions

View File

@@ -3,6 +3,7 @@
int main(int argc, char *argv[])
{
qputenv(ENV_CDP_PORT, "12315");
SingleApplication app(argc, argv);
GPClient w;
w.show();