xuetao
2025-05-19 eb0256a057c3aa03eca9726f7e6e36f1a80c0345
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