Qt: Make 'About Qt' action actually open the about box

This commit is contained in:
Simon McFarlane
2015-05-03 15:05:25 -07:00
parent 406270bcf9
commit 64cf6d167f
2 changed files with 7 additions and 0 deletions

View File

@ -58,6 +58,7 @@ private slots:
void OnOpenGitHub();
void OnOpenSystemInfo();
void OnOpenAbout();
void OnOpenAboutQt();
// Misc.
void UpdateIcons();