From bd0117f22285a4b360d2faa7da000c6445220280 Mon Sep 17 00:00:00 2001 From: Nikita Kostovsky Date: Tue, 6 Jan 2026 15:09:48 +0100 Subject: add top view for laser/range; add groups --- src/main.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/main.cpp') 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 +#include "opticaldesign.h" + int main(int argc, char *argv[]) { QApplication a(argc, argv); + qRegisterMetaType("orphex::LenseAperture"); + a.setApplicationName("OpticalDesign"); a.setApplicationDisplayName("Optical Design"); // TODO: move to cmake -- cgit v1.2.3-70-g09d2