1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-01 16:38:06 -04:00

Remove incorrect comment.

This commit is contained in:
Jon Beniston
2021-07-01 16:16:24 +01:00
parent b949a19808
commit 6a6b2b3eca
-1
View File
@@ -856,7 +856,6 @@ void MainWindow::closeEvent(QCloseEvent *closeEvent)
qDebug("MainWindow::closeEvent");
// Save window size and position
// Need to use base64, as it seems binary values aren't saved on Linux
QSettings s;
s.setValue("mainWindowGeometry", qCompress(saveGeometry()).toBase64());
s.setValue("mainWindowState", qCompress(saveState()).toBase64());