Skip to content

Commit dcd1444

Browse files
multi_vfo: improve Qt6 compatibility
1 parent 2c3a4bf commit dcd1444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/applications/gqrx/mainwindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -967,7 +967,7 @@ void MainWindow::storeSession()
967967
m_settings->beginGroup("audio");
968968
}
969969
if (rx->get_audio_rec_dir() != QDir::homePath().toStdString())
970-
m_settings->setValue("rec_dir", rx->get_audio_rec_dir().data());
970+
m_settings->setValue("rec_dir", QString::fromStdString(rx->get_audio_rec_dir()));
971971
else
972972
m_settings->remove("rec_dir");
973973

0 commit comments

Comments
 (0)