summaryrefslogtreecommitdiff
path: root/serial.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'serial.hpp')
-rw-r--r--serial.hpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/serial.hpp b/serial.hpp
new file mode 100644
index 0000000..ff795cc
--- /dev/null
+++ b/serial.hpp
@@ -0,0 +1,17 @@
+#ifndef SERIAL_HPP
+#define SERIAL_HPP
+
+#include <QObject>
+
+class Serial : public QObject
+{
+ Q_OBJECT
+public:
+ explicit Serial(QObject *parent = nullptr);
+
+signals:
+
+public slots:
+};
+
+#endif // SERIAL_HPP \ No newline at end of file