diff options
author | Jeff Garzik <jgarzik@exmulti.com> | 2012-10-20 13:36:36 -0700 |
---|---|---|
committer | Jeff Garzik <jgarzik@exmulti.com> | 2012-10-20 13:36:36 -0700 |
commit | 38ac953b9df1f7a884c1ef0e94301e14c4e7477d (patch) | |
tree | 03ba74b23e9ccf077fc234e02af068cf40397fd1 /src/qt/clientmodel.h | |
parent | dee0ee2ac9d6feb49eac9683c01a0eeed4389449 (diff) | |
parent | 66b02c93e69cfeaec6e7fa19a03bfb2649025a56 (diff) |
Merge pull request #1880 from sipa/threadimport
Move external block import to separate thread
Diffstat (limited to 'src/qt/clientmodel.h')
-rw-r--r-- | src/qt/clientmodel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/clientmodel.h b/src/qt/clientmodel.h index 70d816ba9d..926390a07a 100644 --- a/src/qt/clientmodel.h +++ b/src/qt/clientmodel.h @@ -33,6 +33,8 @@ public: 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 |