feat: 创建一个空的 TcpServer 的项目
This commit is contained in:
11
QtTcpEx/ExTcpServer/main.cpp
Normal file
11
QtTcpEx/ExTcpServer/main.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "ExTcpServer.h"
|
||||
#include <QApplication>
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
QApplication a(argc, argv);
|
||||
ExTcpServer w;
|
||||
w.show();
|
||||
|
||||
return a.exec();
|
||||
}
|
||||
Reference in New Issue
Block a user