aboutsummaryrefslogtreecommitdiff
path: root/manipulationhandler.cpp
diff options
context:
space:
mode:
authorSamuel Fadel <samuel@nihil.ws>2023-05-23 11:22:33 +0200
committerSamuel Fadel <samuel@nihil.ws>2023-05-23 11:22:33 +0200
commit0f34fd437efb936ef29ac91186321aa7251fbfb1 (patch)
tree271e994828f4bb19c35b2630f2705cb64b8d4552 /manipulationhandler.cpp
parentbedf6936885694688ddb8bd3452f6bd68ef8d29c (diff)
Massive changes in initial port away from Qt.
Diffstat (limited to 'manipulationhandler.cpp')
-rw-r--r--manipulationhandler.cpp2
1 files changed, 1 insertions, 1 deletions
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);
}