mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-09-03 05:37:50 -04:00
Fix lint warnings.
This commit is contained in:
parent
4a8adc4a42
commit
107d1ee6c8
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
// Map from MMSI to Coast Station Name
|
// Map from MMSI to Coast Station Name
|
||||||
// From https://www.itu.int/mmsapp/coaststation/list
|
// From https://www.itu.int/mmsapp/coaststation/list
|
||||||
QMap<QString, QString> CoastStations {
|
const QMap<QString, QString> CoastStations {
|
||||||
{"003311000", "AASIAAT RADIO"},
|
{"003311000", "AASIAAT RADIO"},
|
||||||
{"004224102", "ABADAN RADIO"},
|
{"004224102", "ABADAN RADIO"},
|
||||||
{"004224300", "ABBAS RADIO"},
|
{"004224300", "ABBAS RADIO"},
|
||||||
|
@ -20,6 +20,6 @@
|
|||||||
|
|
||||||
#include <QMap>
|
#include <QMap>
|
||||||
|
|
||||||
extern QMap<QString, QString> CoastStations;
|
extern const QMap<QString, QString> CoastStations;
|
||||||
|
|
||||||
#endif /* INCLUDE_COASTSTATIONS_H */
|
#endif /* INCLUDE_COASTSTATIONS_H */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user