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