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

Method clearModel

src/frontend/datasources/JsonOptionsWidget.cpp:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71void JsonOptionsWidget::clearModel() {
72 m_model->clear();
73 m_filename.clear();
74}
75
76void JsonOptionsWidget::loadSettings() const {
77 KConfigGroup conf = Settings::group(QStringLiteral("ImportJson"));

Callers 1

initOptionsWidgetMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected