1
0
Fork 0
flightgear/src/GUI/QtMessageBox.hxx

6 lines
196 B
C++
Raw Normal View History

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