mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-05-29 13:32:26 -04:00
Fix compiler warnings
This commit is contained in:
parent
55ab01ae2f
commit
32a6790395
@ -130,7 +130,6 @@ struct Beacon {
|
|||||||
// Read data
|
// Read data
|
||||||
while (fgets(row, sizeof(row), file))
|
while (fgets(row, sizeof(row), file))
|
||||||
{
|
{
|
||||||
int id = 0;
|
|
||||||
char *callsign = nullptr;
|
char *callsign = nullptr;
|
||||||
size_t callsignLen = 0;
|
size_t callsignLen = 0;
|
||||||
char *frequencyString = nullptr;
|
char *frequencyString = nullptr;
|
||||||
|
@ -543,7 +543,7 @@ void MapGUI::applySettings(bool force)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void MapGUI::on_maidenhead_clicked(bool checked)
|
void MapGUI::on_maidenhead_clicked()
|
||||||
{
|
{
|
||||||
MapMaidenheadDialog dialog;
|
MapMaidenheadDialog dialog;
|
||||||
dialog.exec();
|
dialog.exec();
|
||||||
|
@ -365,7 +365,7 @@ private slots:
|
|||||||
void handleInputMessages();
|
void handleInputMessages();
|
||||||
void on_displayNames_clicked(bool checked=false);
|
void on_displayNames_clicked(bool checked=false);
|
||||||
void on_find_returnPressed();
|
void on_find_returnPressed();
|
||||||
void on_maidenhead_clicked(bool checked=false);
|
void on_maidenhead_clicked();
|
||||||
void on_deleteAll_clicked();
|
void on_deleteAll_clicked();
|
||||||
void on_displaySettings_clicked();
|
void on_displaySettings_clicked();
|
||||||
void on_mapTypes_currentIndexChanged(int index);
|
void on_mapTypes_currentIndexChanged(int index);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user