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

Method setActive

plugins/git/committoolview.cpp:131–131  ·  view source on GitHub ↗

* Sets the active project which will be styled in bold. */

Source from the content-addressed store, hash-verified

129 * Sets the active project which will be styled in bold.
130 */
131 void setActive(const QModelIndex& idx) { m_activeProject = idx; }
132
133private:
134 QPersistentModelIndex m_activeProject;

Callers 1

activateProjectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected