this doesn't make real sense to me, perhaps this helps

This commit is contained in:
Thijs Wenker 2014-12-18 00:32:11 +01:00
parent 8a1618c269
commit 95b0f2515b

View file

@ -239,7 +239,7 @@ void RealSense::update() {
}
void RealSense::loadRSSDKFile() {
QString fileNameString = QFileDialog::getOpenFileName(Application::getInstance()->getGLWidget(), tr("Open RSSDK clip"),
QString fileNameString = QFileDialog::getOpenFileName(Application::getInstance()->getWindow(), tr("Open RSSDK clip"),
NULL,
tr("RSSDK Recordings (*.rssdk)"));
if (!fileNameString.isEmpty()) {