| 80 | scopy::HoverPosition TutorialChapter::getContent() const { return content; } |
| 81 | |
| 82 | void TutorialChapter::setContent(scopy::HoverPosition newContent) { content = newContent; } |
| 83 | |
| 84 | #include "moc_tutorialchapter.cpp" |
no outgoing calls
no test coverage detected