X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fqt%2Fbitcoingui.h;h=4fc17dd36f18d9957fce9a50f6ebe78eefcbede1;hp=95e0eb70fef6f18f0583a5df1682ea826b1e311e;hb=8dcffd4d0717e71226da8c3a848b7b6905074637;hpb=5df0b03c950184b2e2fdbfc6e9f8075dcf81c75c diff --git a/src/qt/bitcoingui.h b/src/qt/bitcoingui.h index 95e0eb7..4fc17dd 100644 --- a/src/qt/bitcoingui.h +++ b/src/qt/bitcoingui.h @@ -57,6 +57,7 @@ private: QLabel *labelConnections; QLabel *labelConnectionsIcon; QLabel *labelBlocks; + QLabel *labelBlocksIcon; QLabel *progressBarLabel; QProgressBar *progressBar; @@ -74,6 +75,8 @@ private: QSystemTrayIcon *trayIcon; TransactionView *transactionView; + QMovie *syncIconMovie; + void createActions(); QWidget *createTabs(); void createTrayIcon();