MCPcopy Create free account
hub / github.com/KDE/labplot / authorChanged

Method authorChanged

src/frontend/dockwidgets/ProjectDock.cpp:83–86  ·  view source on GitHub ↗

SLOTS

Source from the content-addressed store, hash-verified

81//********************* SLOTS ********************************
82//************************************************************
83void ProjectDock::authorChanged() {
84 CONDITIONAL_LOCK_RETURN;
85 m_project->setAuthor(ui.leAuthor->text());
86}
87
88void ProjectDock::saveDockStatesChanged(bool state) {
89 CONDITIONAL_LOCK_RETURN;

Callers

nothing calls this directly

Calls 2

setAuthorMethod · 0.80
textMethod · 0.45

Tested by

no test coverage detected