X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fqt%2Fbitcoingui.h;fp=src%2Fqt%2Fbitcoingui.h;h=2cce8d3459d007c375d8bab3a071af1cd4dba33c;hp=46e0fb1be26b2082396d980dce65e3a3624ada52;hb=86d5634941734cbde54e47fc6288f21104acf26e;hpb=962e2fcdb6aa43c9998b2be2ff96a679ff9db660 diff --git a/src/qt/bitcoingui.h b/src/qt/bitcoingui.h index 46e0fb1..2cce8d3 100644 --- a/src/qt/bitcoingui.h +++ b/src/qt/bitcoingui.h @@ -81,7 +81,7 @@ private: QAction *aboutAction; QAction *receiveCoinsAction; QAction *optionsAction; - QAction *openBitcoinAction; + QAction *toggleHideAction; QAction *exportAction; QAction *encryptWalletAction; QAction *backupWalletAction; @@ -166,6 +166,8 @@ private slots: /** Show window if hidden, unminimize when minimized */ void showNormalIfMinimized(); + /** Hide window if visible, show if hidden */ + void toggleHidden(); }; #endif