MCPcopy Create free account
hub / github.com/baumgarr/nixnote2 / addNotebookView

Method addNotebookView

gui/widgetpanel.cpp:83–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83void WidgetPanel::addNotebookView(NNotebookView *view) {
84 view->setObjectName("Notebooks");
85 notebookView = view;
86 addWidget(view);
87}
88
89void WidgetPanel::addTagView(NTagView *view) {
90 view->setObjectName("Tags");

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected