Add removeaddress RPC call
[novacoin.git] / src / qt / overviewpage.h
index 10fa79a..fe3c19e 100644 (file)
@@ -48,6 +48,7 @@ private:
 private slots:
     void updateDisplayUnit();
     void handleTransactionClicked(const QModelIndex &index);
+    void updateWatchOnlyLabels(bool showWatchOnly);
 };
 
 #endif // OVERVIEWPAGE_H