diff src/qt/clientmodel.h @ 3631:627fdda97160 draft

Move external block import to separate thread
author Pieter Wuille <pieter.wuille@gmail.com>
date Thu, 13 Sep 2012 14:33:52 +0200
parents eb323c3694cb
children
line wrap: on
line diff
--- a/src/qt/clientmodel.h
+++ b/src/qt/clientmodel.h
@@ -33,6 +33,8 @@
     bool isTestNet() const;
     //! Return true if core is doing initial block download
     bool inInitialBlockDownload() const;
+    //! Return true if core is importing blocks
+    bool isImporting() const;
     //! Return conservative estimate of total number of blocks, or 0 if unknown
     int getNumBlocksOfPeers() const;
     //! Return warnings to be displayed in status bar