From fd154e0d993431af3cf1c5383b13efce4b6a6396 Mon Sep 17 00:00:00 2001
From: zxin <ninthozward1@outlook.com>
Date: 星期三, 14 五月 2025 11:32:48 +0800
Subject: [PATCH] Merge branch 'master' of http://117.78.1.188:8089/r/test-upload
---
Test/errorexample.h | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/Test/errorexample.h b/Test/errorexample.h
new file mode 100644
index 0000000..3a439c6
--- /dev/null
+++ b/Test/errorexample.h
@@ -0,0 +1,13 @@
+#ifndef ERROREXAMPLE_H
+#define ERROREXAMPLE_H
+
+#include <QObject>
+
+class errorexample
+{
+ Q_OBJECT
+public:
+ errorexample();
+};
+
+#endif // ERROREXAMPLE_H
--
Gitblit v1.9.1