General cleanups
[novacoin.git] / src / qt / clientmodel.h
index a5028ff..659fa65 100644 (file)
@@ -22,11 +22,15 @@ public:
     int getNumConnections() const;
     int getNumBlocks() const;
 
+    // Return true if client connected to testnet
+    bool isTestNet() const;
     // Return true if core is doing initial block download
     bool inInitialBlockDownload() const;
     // Return conservative estimate of total number of blocks, or 0 if unknown
     int getTotalBlocksEstimate() const;
 
+    QString formatFullVersion() const;
+
 private:
     CWallet *wallet;