1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-19 04:10:03 +02:00

GUI: Implement about dialog in MainWindow.

This commit is contained in:
Henrik Hautakoski 2020-04-15 19:33:59 +02:00
parent 099d6b3008
commit c98ed34e6e
2 changed files with 10 additions and 0 deletions

View file

@ -42,6 +42,8 @@ private slots :
// Switch to search window.
void switchToSearch();
void showAbout();
private :
QStackedWidget* m_stacked;