void Application::showAbout() { AboutDialog *a = new AboutDialog( activeWindow() ); a->addAction( d->closeAction ); a->open(); }
void MainMenu::showAboutDialog() { AboutDialog* dialog = new AboutDialog(m_window); dialog->open(); }