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

Method datasetDescription

src/frontend/welcomescreen/WelcomeScreenHelper.cpp:148–150  ·  view source on GitHub ↗

* @brief Returns the dataset's descripton. */

Source from the content-addressed store, hash-verified

146 * @brief Returns the dataset's descripton.
147 */
148QVariant WelcomeScreenHelper::datasetDescription() {
149 return QVariant(m_spreadsheet->comment());
150}
151
152/**
153 * @brief Returns the number of the dataset's columns.

Callers

nothing calls this directly

Calls 1

commentMethod · 0.80

Tested by

no test coverage detected