MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / warning

Function warning

src/common/widget/messagebox.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30QWidget *warning(const QString &title, const QString &desciption)
31{
32 return message(QMessageBox::Warning, title, desciption);
33}
34
35QWidget *information(const QString &title, const QString &desciption)
36{

Callers 15

onOpenFullDiffMethod · 0.85
onRepoLoadFinishedMethod · 0.85
changeDiffViewMethod · 0.85
deleteBranchMethod · 0.85
acceptMethod · 0.85
acceptMethod · 0.85
checkMsgMethod · 0.85
checkMsgMethod · 0.85
commitChangesMethod · 0.85
loadJobInfoMethod · 0.85
storeArtifactMethod · 0.85

Calls 1

messageFunction · 0.70

Tested by

no test coverage detected