MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / NotesPage

Method NotesPage

launcher/ui/pages/instance/NotesPage.cpp:40–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38#include "ui_NotesPage.h"
39
40NotesPage::NotesPage(BaseInstance* inst, QWidget* parent) : QWidget(parent), ui(new Ui::NotesPage), m_inst(inst)
41{
42 ui->setupUi(this);
43 ui->noteEditor->setText(m_inst->notes());
44}
45
46NotesPage::~NotesPage()
47{

Callers

nothing calls this directly

Calls 3

notesMethod · 0.80
setupUiMethod · 0.45
setTextMethod · 0.45

Tested by

no test coverage detected