MCPcopy Create free account
hub / github.com/analogdevicesinc/scopy / setDescription

Method setDescription

gui/src/tutorialchapter.cpp:56–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54const QString &TutorialChapter::getDescription() const { return description; }
55
56void TutorialChapter::setDescription(const QString &newDescription) { description = newDescription; }
57
58QWidget *TutorialChapter::getMainSubject() const { return mainSubject; }
59

Callers 1

buildMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected