MCPcopy Create free account
hub / github.com/Theverat/NormalmapGenerator / showAboutDialog

Method showAboutDialog

src_gui/mainwindow.cpp:909–912  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

907}
908
909void MainWindow::showAboutDialog() {
910 AboutDialog *dialog = new AboutDialog(this, this);
911 dialog->show();
912}
913
914//connects gui buttons with Slots in this class
915void MainWindow::connectSignalSlots() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected