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

Method oldMessages

kdevplatform/vcs/widgets/vcsdiffpatchsources.cpp:71–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71QStringList VCSCommitDiffPatchSource::oldMessages() const
72{
73 KConfigGroup vcsGroup(ICore::self()->activeSession()->config(), QStringLiteral("VCS"));
74 return vcsGroup.readEntry("OldCommitMessages", QStringList());
75}
76
77void VCSCommitDiffPatchSource::addMessageToHistory(const QString& message)
78{

Callers 1

Calls 4

QStringListClass · 0.85
readEntryMethod · 0.80
configMethod · 0.45
activeSessionMethod · 0.45

Tested by

no test coverage detected