Implement DumpWallet and ImportWallet calls from menu.
[novacoin.git] / src / qt / walletmodel.h
index 5f10e50..4c8597c 100644 (file)
@@ -96,6 +96,9 @@ public:
     // Wallet backup
     bool backupWallet(const QString &filename);
 
+    bool dumpWallet(const QString &filename);
+    bool importWallet(const QString &filename);
+
     void getStakeWeight(quint64& nMinWeight, quint64& nMaxWeight, quint64& nWeight);
     void getStakeWeightFromValue(const qint64& nTime, const qint64& nValue, quint64& nWeight);