MCPcopy Create free account
hub / github.com/KDE/kdevelop / setTitle

Method setTitle

kdevplatform/sublime/area.cpp:305–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303}
304
305void Area::setTitle(const QString &title)
306{
307 Q_D(Area);
308
309 d->title = title;
310}
311
312void Area::save(KConfigGroup& group) const
313{

Callers 1

setupActionsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected