公告板
版本库
filestore
活动
搜索
登录
module
/
HistoryTask
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
初始化仓库
hyperk-021
2025-06-05
1c27e20aa698d77c3dda7a1b54d3ba4544df8f9f
[module/HistoryTask.git]
/
main.cpp
1
2
3
4
5
6
7
8
9
10
11
#include "HistoryTask.h"
#include <QApplication>
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
Ripples::HistoryTask w;
w.show();
return a.exec();
}