From 2d945c829bb50eccc1067040c08d4f0d0f64edd3 Mon Sep 17 00:00:00 2001 From: Uwe Jakobeit Date: Thu, 2 Apr 2026 09:36:45 +0200 Subject: [PATCH] util.{h/cpp} added to project - sources original in controller.hpp with corresponding namespace --- app/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt index 3109611..6e8f89e 100755 --- a/app/CMakeLists.txt +++ b/app/CMakeLists.txt @@ -18,6 +18,7 @@ qt_add_library(app_lib STATIC pid.h pid.cpp datamodel.h datamodel.cpp dataset.h dataset.cpp + util.h util.cpp text-templates.h