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

Method onChangeReportList

src/plugins/codeporting/reportpane.cpp:70–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70void ReportPane::onChangeReportList(const QString &listName)
71{
72 if (!srcView || !libView)
73 return;
74
75 srcView->hide();
76 libView->hide();
77
78 if (listName == REPORT_SRCLIST)
79 srcView->show();
80 else if (listName == REPORT_LIBLIST)
81 libView->show();
82}
83
84void ReportPane::initUI()
85{

Callers

nothing calls this directly

Calls 2

hideMethod · 0.45
showMethod · 0.45

Tested by

no test coverage detected