mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-04-10 13:40:37 -04:00
Fix gcc warning
This commit is contained in:
parent
907871f164
commit
b935b32274
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user