mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 18:23:22 +02:00
this doesn't make real sense
to me, perhaps this helps
This commit is contained in:
parent
8a1618c269
commit
95b0f2515b
1 changed files with 1 additions and 1 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Reference in a new issue