diff options
| author | Wladimir J. van der Laan <[email protected]> | 2013-12-08 14:24:10 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2013-12-08 14:24:49 +0100 |
| commit | 70370ae502df8756f3a067a00ccd61b9fc819581 (patch) | |
| tree | 1f3beb9dcdaa036ea822573cf461e6566287bef8 /src/qt/walletview.h | |
| parent | Merge pull request #3322 (diff) | |
| parent | [Qt] small notificator and style changes (diff) | |
| download | discoin-70370ae502df8756f3a067a00ccd61b9fc819581.tar.xz discoin-70370ae502df8756f3a067a00ccd61b9fc819581.zip | |
Merge pull request #3348
ccd1372 [Qt] small notificator and style changes (Philip Kaufmann)
Diffstat (limited to 'src/qt/walletview.h')
| -rw-r--r-- | src/qt/walletview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/walletview.h b/src/qt/walletview.h index d95169162..ecfa06ac5 100644 --- a/src/qt/walletview.h +++ b/src/qt/walletview.h @@ -96,6 +96,7 @@ public slots: /** Re-emit encryption status signal */ void updateEncryptionStatus(); + signals: /** Signal that we want to show the main window */ void showNormalIfMinimized(); |