Skip to content
Snippets Groups Projects
EnggDiffractionViewQtGUI.cpp 36.7 KiB
Newer Older
    event->ignore();
  }
}

void EnggDiffractionViewQtGUI::openHelpWin() {
  MantidQt::API::HelpWindow::showCustomInterface(
      NULL, QString("Engineering_Diffraction"));
}

} // namespace CustomInterfaces
} // namespace MantidQt