更新代码

This commit is contained in:
feiyangqingyun
2021-11-25 09:51:12 +08:00
parent 911df2cd6f
commit 8bb21ab880
52 changed files with 79 additions and 55 deletions

View File

@@ -24,7 +24,7 @@ int main(int argc, char *argv[])
#endif
frmCountCode w;
w.setWindowTitle("代码行数统计");
w.setWindowTitle("代码行数统计 (QQ: 517216493 WX: feiyangqingyun)");
w.show();
return a.exec();