1
0
Fork 0
flightgear/src/GUI/QtMessageBox.hxx
Rebecca N. Palmer 997a431d53 {fatal,modal}MessageBox: Use Qt on Linux when available
(console error messages are invisible when started from an icon)
2015-11-24 07:24:32 +00:00

5 lines
196 B
C++

flightgear::MessageBoxResult
QtMessageBox(const std::string& caption,
const std::string& msg,
const std::string& moreText,
bool fatal);