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

Method setTitleEditor

gui/nwebview.cpp:453–458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

451
452
453void NWebView::setTitleEditor(NTitleEditor *editor) {
454 titleEditor = editor;
455 if (editor == NULL)
456 return;
457 connect(page(), SIGNAL(contentsChanged()), this, SLOT(setDefaultTitle()));
458}
459
460
461void NWebView::setDefaultTitle() {

Callers 1

NBrowserWindowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected