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

Function information

src/common/widget/messagebox.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35QWidget *information(const QString &title, const QString &desciption)
36{
37 return message(QMessageBox::Information, title, desciption);
38}
39
40QWidget *critical(const QString &title, const QString &desciption)
41{

Callers 15

setColorSchemeMethod · 0.85
loadFileDiffMethod · 0.85
loadCommitDiffMethod · 0.85
searchMethod · 0.85
focusHistoryOnBranchMethod · 0.85
saveConfigMethod · 0.85
addNewRepoTabMethod · 0.85
processUpdateFileMethod · 0.85
addEntryToGitIgnoreMethod · 0.85
triggerBuildMethod · 0.85
storeArtifactMethod · 0.85
stageChunkMethod · 0.85

Calls 1

messageFunction · 0.70

Tested by

no test coverage detected