提交 426416f8 编写于 作者: 泡沫o0's avatar 泡沫o0 🤖

删除 main.cpp

上级 374f5ccc
#include "mainwindow.h"
#include <QApplication>
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
MainWindow w;
w.setWindowTitle("陈静怡牌猪头定时器");
w.show();
return a.exec();
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册