]> git.mxchange.org Git - flightgear.git/blob - src/GUI/QtMessageBox.hxx
Code cleanups, code updates and fix at least on (possible) devide-by-zero
[flightgear.git] / src / GUI / QtMessageBox.hxx
1 flightgear::MessageBoxResult
2 QtMessageBox(const std::string& caption,
3                     const std::string& msg,
4                     const std::string& moreText,
5                     bool fatal);