mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-13 11:18:48 -04:00
Fix gcc warning
This commit is contained in:
@@ -496,6 +496,8 @@ void GLSpectrumGUI::on_markers_clicked(bool checked)
|
||||
// Save spectrum data to a text file
|
||||
void GLSpectrumGUI::on_save_clicked(bool checked)
|
||||
{
|
||||
(void) checked;
|
||||
|
||||
// Get filename to write
|
||||
QFileDialog fileDialog(nullptr, "Select file to save data to", "", "*.*");
|
||||
fileDialog.setAcceptMode(QFileDialog::AcceptSave);
|
||||
|
||||
Reference in New Issue
Block a user