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

Method config

src/frontend/TemplateHandler.cpp:147–150  ·  view source on GitHub ↗

! * returns the config object for the given template name \c name. */

Source from the content-addressed store, hash-verified

145 * returns the config object for the given template name \c name.
146 */
147KConfig TemplateHandler::config(const QString& name) {
148 QString configFile = m_dirName + m_className + QLatin1Char('/') + name;
149 return KConfig(configFile, KConfig::SimpleConfig);
150}
151
152/*!
153 * returns the name of the template for the config object \c config.

Callers 2

addSubPagesMethod · 0.80
filterChangedMethod · 0.80

Calls 1

KConfigClass · 0.70

Tested by

no test coverage detected