kopia lustrzana https://github.com/f4exb/sdrangel
VOR Localizer: Add support for DVORs
rodzic
76ed92c985
commit
eeb0014201
|
@ -6,5 +6,8 @@
|
|||
<file>map/VOR.png</file>
|
||||
<file>map/VOR-DME.png</file>
|
||||
<file>map/VORTAC.png</file>
|
||||
<file>map/DVOR.png</file>
|
||||
<file>map/DVOR-DME.png</file>
|
||||
<file>map/DVORTAC.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
|
Plik binarny nie jest wyświetlany.
Po Szerokość: | Wysokość: | Rozmiar: 652 B |
Plik binarny nie jest wyświetlany.
Po Szerokość: | Wysokość: | Rozmiar: 415 B |
Plik binarny nie jest wyświetlany.
Po Szerokość: | Wysokość: | Rozmiar: 847 B |
|
@ -270,8 +270,11 @@ struct SDRBASE_API NavAid {
|
|||
if ((typeRef == QLatin1String("NDB"))
|
||||
|| (typeRef == QLatin1String("DME"))
|
||||
|| (typeRef == QLatin1String("VOR"))
|
||||
|| (typeRef== QLatin1String("VOR-DME"))
|
||||
|| (typeRef == QLatin1String("VORTAC")))
|
||||
|| (typeRef == QLatin1String("VOR-DME"))
|
||||
|| (typeRef == QLatin1String("VORTAC"))
|
||||
|| (typeRef == QLatin1String("DVOR"))
|
||||
|| (typeRef == QLatin1String("DVOR-DME"))
|
||||
|| (typeRef == QLatin1String("DVORTAC")))
|
||||
{
|
||||
QString type = typeRef.toString();
|
||||
QString name;
|
||||
|
|
Ładowanie…
Reference in New Issue