summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorNikita Kostovsky <nikita@kostovsky.me>2026-01-06 15:09:48 +0100
committerNikita Kostovsky <nikita@kostovsky.me>2026-01-06 15:09:48 +0100
commitbd0117f22285a4b360d2faa7da000c6445220280 (patch)
tree95392166353070358cc328c883782a9aba07a7ac /src/mainwindow.h
parentb724e714d24b7623718016af921e1d9aab8d02ea (diff)
add top view for laser/range; add groups
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 3b4922a..a1e613d 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -2,6 +2,7 @@
// qt
#include <QMainWindow>
+#include <QProperty>
// optical design
class GraphicsScene;
@@ -13,7 +14,7 @@ class MainWindow : public QMainWindow
Q_OBJECT
public:
- MainWindow(QWidget *parent = nullptr);
+ explicit MainWindow(QWidget* parent = nullptr);
~MainWindow();
private: