MCPcopy Create free account
hub / github.com/alpha-liu-01/SpeedyNote / NotesTreePanel

Method NotesTreePanel

source/ui/sidebars/NotesTreePanel.cpp:33–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31// ============================================================================
32
33NotesTreePanel::NotesTreePanel(QWidget* parent)
34 : QWidget(parent)
35{
36 setupUi();
37 applyStyle();
38}
39
40NotesTreePanel::~NotesTreePanel() = default;
41

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected