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

Method setModel

src/backend/spreadsheet/Spreadsheet.cpp:157–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157void Spreadsheet::setModel(SpreadsheetModel* model) {
158 m_model = model;
159}
160
161SpreadsheetModel* Spreadsheet::model() const {
162 return m_model;

Callers 1

SpreadsheetModelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected