コード例 #1
0
ファイル: main_window.cpp プロジェクト: vcappello/Germod
void MainWindow::onHelpAboutAction()
{
	AboutDialog about;
	about.run();
}