mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-25 17:28:50 -05:00
Remove incorrect comment.
This commit is contained in:
parent
b949a19808
commit
6a6b2b3eca
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user