X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fqt%2Fbitcoingui.h;h=a0905e44ad95b6a90db6eb37b6bafa90d47f6eb7;hb=815a3605c1042b8ac2fa02b8e34041ab8611beed;hp=d01ab59ae604d4b3c240f1b769838082a2ea1ef8;hpb=66112ed6e69d304eb9be5721f8d9b76375930c52;p=novacoin.git diff --git a/src/qt/bitcoingui.h b/src/qt/bitcoingui.h index d01ab59..a0905e4 100644 --- a/src/qt/bitcoingui.h +++ b/src/qt/bitcoingui.h @@ -82,6 +82,7 @@ private: QAction *exportAction; QAction *encryptWalletAction; QAction *changePassphraseAction; + QAction *aboutQtAction; QSystemTrayIcon *trayIcon; Notificator *notificator; @@ -108,6 +109,8 @@ public slots: @see WalletModel::EncryptionStatus */ void setEncryptionStatus(int status); + /** Set the status bar text if there are any warnings (removes sync progress bar if applicable) */ + void refreshStatusBar(); /** Notify the user of an error in the network or transaction handling code. */ void error(const QString &title, const QString &message);