Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
71
void JsonOptionsWidget::clearModel() {
72
m_model->clear();
73
m_filename.clear();
74
}
75
76
void JsonOptionsWidget::loadSettings() const {
77
KConfigGroup conf = Settings::group(QStringLiteral(
"ImportJson"
));
Callers
1
initOptionsWidget
Method · 0.80
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected