Skip to content

Commit

Permalink
fixup! [Doc] document the new functions
Browse files Browse the repository at this point in the history
  • Loading branch information
nephros committed Jul 23, 2023
1 parent 8d67066 commit f16524b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/bin/patchmanager-daemon/patchmanagerobject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,10 @@ void PatchManagerObject::setLastGoodPatches(const QSet<QString> &patches)
putSettings(QStringLiteral("lastknowngood"), QStringList(patches.toList()));
}

/*!
Saves the list of currently applied \a patches as "Last Known Good" via \c getLastKnownGood().
\sa getSettings(), getSettings(), getLastKnownGood()
*/
void PatchManagerObject::setKnownGood()
{
setLastGoodPatches(getAppliedPatches());
Expand Down

0 comments on commit f16524b

Please sign in to comment.