删除一些文件

This commit is contained in:
2021-02-05 20:15:33 +08:00
parent 759a50460e
commit 6d47b5ecf8
15 changed files with 24 additions and 2061 deletions
+12
View File
@@ -0,0 +1,12 @@
#ifndef MY_H
#define MY_H
#include <QMainWindow>
class my : public QMainWindow
{
public:
my();
};
#endif // MY_H