From 29abd710e9593cba402bb58a4feaea2755c2432e Mon Sep 17 00:00:00 2001 From: Jan Grewe Date: Thu, 7 Mar 2024 17:12:46 +0100 Subject: [PATCH] fix resetting resolutions, not fully working yet --- pylonwrapper.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/pylonwrapper.cpp b/pylonwrapper.cpp index 10a4e0b..9992fd1 100644 --- a/pylonwrapper.cpp +++ b/pylonwrapper.cpp @@ -27,6 +27,7 @@ PylonWrapper::~PylonWrapper() { } void PylonWrapper::terminate() { + qDebug() << "Terminate"; try { Pylon::PylonTerminate(); } catch (const Pylon::GenericException &e) {