The synchronization progress bar now compares the amount of total blocks to amount...
[novacoin.git] / src / qt / clientmodel.h
index 1538705..8605fb9 100644 (file)
@@ -23,6 +23,7 @@ public:
 
     int getNumConnections() const;
     int getNumBlocks() const;
+    int getNumBlocksAtStartup();
 
     QDateTime getLastBlockDate() const;
 
@@ -41,6 +42,8 @@ private:
     int cachedNumConnections;
     int cachedNumBlocks;
 
+    int numBlocksAtStartup;
+
 signals:
     void numConnectionsChanged(int count);
     void numBlocksChanged(int count);