diff options
| author | Nikita Kostovsky <nikita@kostovsky.me> | 2026-01-06 15:09:48 +0100 |
|---|---|---|
| committer | Nikita Kostovsky <nikita@kostovsky.me> | 2026-01-06 15:09:48 +0100 |
| commit | bd0117f22285a4b360d2faa7da000c6445220280 (patch) | |
| tree | 95392166353070358cc328c883782a9aba07a7ac /src/main.cpp | |
| parent | b724e714d24b7623718016af921e1d9aab8d02ea (diff) | |
add top view for laser/range; add groups
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 96ec1e3..dce33fc 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2,10 +2,14 @@ #include <QApplication> +#include "opticaldesign.h" + int main(int argc, char *argv[]) { QApplication a(argc, argv); + qRegisterMetaType<orphex::LenseAperture>("orphex::LenseAperture"); + a.setApplicationName("OpticalDesign"); a.setApplicationDisplayName("Optical Design"); // TODO: move to cmake |
