Do show/showNormal only when needed.

This commit is contained in:
Wladimir J. van der Laan
2012-02-17 23:19:52 +01:00
parent 83d1d1a906
commit 17690ea5a7
2 changed files with 18 additions and 7 deletions

View File

@@ -162,6 +162,9 @@ private slots:
void changePassphrase();
/** Ask for pass phrase to unlock wallet temporarily */
void unlockWallet();
/** Show window if hidden, unminimize when minimized */
void showNormalIfMinimized();
};
#endif