MCPcopy Create free account
hub / github.com/comaps/comaps / DeleteNotUploadedEditsConfirmation

Function DeleteNotUploadedEditsConfirmation

qt/update_dialog.cpp:72–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70};
71
72bool DeleteNotUploadedEditsConfirmation()
73{
74 QMessageBox msb;
75 msb.setText("Some map edits are not uploaded yet. Are you sure you want to delete map anyway?");
76 msb.setStandardButtons(QMessageBox::Yes | QMessageBox::Cancel);
77 msb.setDefaultButton(QMessageBox::Cancel);
78 return QMessageBox::Yes == msb.exec();
79}
80} // namespace
81
82namespace qt

Callers 1

OnItemClickMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected