summaryrefslogtreecommitdiffhomepage
path: root/dev/Usr/LibCF
diff options
context:
space:
mode:
Diffstat (limited to 'dev/Usr/LibCF')
-rw-r--r--dev/Usr/LibCF/Object.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev/Usr/LibCF/Object.h b/dev/Usr/LibCF/Object.h
new file mode 100644
index 00000000..4181ea60
--- /dev/null
+++ b/dev/Usr/LibCF/Object.h
@@ -0,0 +1,24 @@
+
+/* -------------------------------------------
+
+ Copyright (C) 2025, Amlal EL Mahrouss, all rights reserved.
+
+------------------------------------------- */
+
+#pragma once
+
+#include <LibCF/Core.h>
+
+namespace LibCF
+{
+ class QObject;
+
+ class QObject
+ {
+ public:
+ explicit QObject() = default;
+ ~QObject() = default;
+
+ SCI_COPY_DEFAULT(QObject);
+ };
+} // namespace LibCF \ No newline at end of file