commit the design pattern of software

This commit is contained in:
Tang1705
2020-07-21 11:28:08 +08:00
parent 72243b1d5d
commit 7e2e8ea68e
3 changed files with 3 additions and 2 deletions

View File

@@ -5,8 +5,8 @@
int main(int argc, char *argv[])
{
// AllocConsole();// 分配控制台
// freopen("CONOUT$", "w+t", stdout);// 向控制台输出
AllocConsole();// 分配控制台
freopen("CONOUT$", "w+t", stdout);// 向控制台输出
QApplication a(argc, argv);
Loading l;
l.show();