diff options
Diffstat (limited to 'manipulationhandler.cpp')
-rw-r--r-- | manipulationhandler.cpp | 2 |
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); } |