This might solve it?

This commit is contained in:
Thijs Wenker 2014-12-18 00:52:31 +01:00
parent 95b0f2515b
commit 835e14a7b2

View file

@ -239,8 +239,9 @@ void RealSense::update() {
}
void RealSense::loadRSSDKFile() {
QString locationDir(QStandardPaths::displayName(QStandardPaths::DesktopLocation));
QString fileNameString = QFileDialog::getOpenFileName(Application::getInstance()->getWindow(), tr("Open RSSDK clip"),
NULL,
locationDir,
tr("RSSDK Recordings (*.rssdk)"));
if (!fileNameString.isEmpty()) {
initSession(true, fileNameString);