1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-14 07:23:38 -04:00

RTLSDR GUI file record: right click to choose file

This commit is contained in:
f4exb
2020-04-01 08:44:51 +02:00
parent adcd06b1c4
commit aabdc75402
3 changed files with 32 additions and 1 deletions
+1
View File
@@ -98,6 +98,7 @@ private slots:
void on_transverter_clicked();
void on_sampleRateMode_toggled(bool checked);
void openDeviceSettingsDialog(const QPoint& p);
void openFileRecordDialog(const QPoint& p);
void updateHardware();
void updateStatus();
};