公告板
版本库
filestore
活动
搜索
登录
main
/
test-upload
测试项目上传下载
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Merge branch 'master' of ssh://117.78.1.188:29418/test-upload 修改了错误示例
shiyb
2025-05-19
9ca199497985c526c31e8884f6911fd49be6b807
[test-upload.git]
/
Test
/
errorexample.h
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef ERROREXAMPLE_H
#define ERROREXAMPLE_H
#include <QObject>
class errorexample {
Q_OBJECT
public:
errorexample();
void createLeak();
};
#endif // ERROREXAMPLE_H