Add null checks

This commit is contained in:
Aditya Kulkarni
2019-01-14 15:03:35 -08:00
parent fbdfe1fc33
commit 79f0fb39d1
5 changed files with 32 additions and 21 deletions

View File

@@ -38,7 +38,7 @@ public:
void refreshAddresses();
void checkForUpdate();
void checkForUpdate(bool silent = true);
void refreshZECPrice();
void getZboardTopics(std::function<void(QMap<QString, QString>)> cb);