MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / NotesPage

Method NotesPage

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

notesMethod · 0.80
setupUiMethod · 0.45
setTextMethod · 0.45

Tested by

no test coverage detected