Update CMakeLists.txt - play with openssl
[novacoin.git] / src / qt / mintingview.h
index 547bc73..f318011 100644 (file)
@@ -24,7 +24,9 @@ public:
     {
         Minting10min,
         Minting1day,
+        Minting7days,
         Minting30days,
+        Minting60days,
         Minting90days
     };
 
@@ -45,6 +47,8 @@ public slots:
     void chooseMintingInterval(int idx);
     void copyTxID();
     void copyAddress();
+    void showHideAddress();
+    void showHideTxID();
     void contextualMenu(const QPoint &point);
 };