On initial block chain download, show a progress bar
[novacoin.git] / src / qt / clientmodel.cpp
index 822c03d..86fc8b3 100644 (file)
@@ -143,6 +143,12 @@ bool ClientModel::inInitialBlockDownload() const
     return IsInitialBlockDownload();
 }
 
+int ClientModel::getTotalBlocksEstimate() const
+{
+    return GetTotalBlocksEstimate();
+}
+
+
 OptionsModel *ClientModel::getOptionsModel()
 {
     return optionsModel;