Prices: add support for AUD

fix-rpath-debug
tobtoht 4 years ago
parent f029820a37
commit db689870f1

@ -136,6 +136,11 @@
<string>RMB</string>
</property>
</item>
<item>
<property name="text">
<string>AUD</string>
</property>
</item>
</widget>
</item>
</layout>

@ -53,6 +53,11 @@
<string>GBP</string>
</property>
</item>
<item>
<property name="text">
<string>AUD</string>
</property>
</item>
<item>
<property name="text">
<string>CAD</string>

@ -27,6 +27,7 @@ Prices::Prices(QObject *parent) : QObject(parent) {
fiat["CHF"] = "Fr";
fiat["CNY"] = "¥";
fiat["CZK"] = "";
fiat["AUD"] = "$";
}
void Prices::cryptoPricesReceived(const QJsonArray &data) {

Loading…
Cancel
Save