Merge pull request #699 from laanwj/about_qt

Add "About Qt" menu option to show built-in Qt About dialog
This commit is contained in:
Gavin Andresen
2011-12-19 07:26:14 -08:00
2 changed files with 8 additions and 1 deletions

View File

@@ -82,6 +82,7 @@ private:
QAction *exportAction;
QAction *encryptWalletAction;
QAction *changePassphraseAction;
QAction *aboutQtAction;
QSystemTrayIcon *trayIcon;
Notificator *notificator;