From 0f34fd437efb936ef29ac91186321aa7251fbfb1 Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Tue, 23 May 2023 11:22:33 +0200 Subject: Massive changes in initial port away from Qt. --- manipulationhandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manipulationhandler.cpp') diff --git a/manipulationhandler.cpp b/manipulationhandler.cpp index 89aa968..022e289 100644 --- a/manipulationhandler.cpp +++ b/manipulationhandler.cpp @@ -30,5 +30,5 @@ void ManipulationHandler::setCP(const arma::mat &Ys) break; } - emit mapChanged(Y); + mapChanged(Y); } -- cgit v1.2.3