fix resetting resolutions, not fully working yet

This commit is contained in:
Jan Grewe 2024-03-07 17:12:46 +01:00
parent 63231e5a1c
commit 29abd710e9

View File

@ -27,6 +27,7 @@ PylonWrapper::~PylonWrapper() {
}
void PylonWrapper::terminate() {
qDebug() << "Terminate";
try {
Pylon::PylonTerminate();
} catch (const Pylon::GenericException &e) {