comparison framework/MainWindowBase.cpp @ 607:125200a67543

Wait for completion
author Chris Cannam
date Tue, 03 Jul 2018 15:35:56 +0100
parents ffda5e5444aa
children 523dc97f027d
comparison
equal deleted inserted replaced
606:ffda5e5444aa 607:125200a67543
4062 #else 4062 #else
4063 "/usr/bin/xdg-open", 4063 "/usr/bin/xdg-open",
4064 #endif 4064 #endif
4065 args); 4065 args);
4066 #endif 4066 #endif
4067 } 4067 process.waitForFinished();
4068 } 4068 }
4069 4069 }
4070