Maybe you need to let the Qt event loop run between closing the file and starting the Exiftool process. Add a call to QCoreApplication::processEvents() and see if that helps.
Maybe you need to let the Qt event loop run between closing the file and starting the Exiftool process. Add a call to QCoreApplication::processEvents() and see if that helps.
Bookmarks