公告板
版本库
filestore
活动
搜索
登录
module
/
HistoryTask
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
修复 delegate 格式
hyperk-021
2025-06-05
8c679ef19e9d5c33947cdf1cc1e5550e3d442308
[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();
}