MCPcopy Create free account
hub / github.com/amule-project/amule / KnownFile_Comment_Set

Function KnownFile_Comment_Set

src/GuiEvents.cpp:358–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356 }
357
358 void KnownFile_Comment_Set(CKnownFile* file, wxString comment, int8 rating)
359 {
360 theApp->sharedfiles->SetFileCommentRating(file, comment, rating);
361 }
362
363 void Download_Set_Cat_Prio(uint8 cat, uint8 newprio)
364 {

Callers

nothing calls this directly

Calls 2

SharedFilesUpdateItemFunction · 0.85
SetFileCommentRatingMethod · 0.45

Tested by

no test coverage detected