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

Function SharedFilesShowFileList

src/GuiEvents.cpp:454–461  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

452
453
454 void SharedFilesShowFileList()
455 {
456#ifndef AMULE_DAEMON
457 if (theApp->amuledlg->m_sharedfileswnd && theApp->amuledlg->m_sharedfileswnd->sharedfilesctrl) {
458 theApp->amuledlg->m_sharedfileswnd->sharedfilesctrl->ShowFileList();
459 }
460#endif
461 }
462
463
464 void SharedFilesUpdateItem(CKnownFile* NOT_ON_DAEMON(file))

Callers

nothing calls this directly

Calls 1

ShowFileListMethod · 0.80

Tested by

no test coverage detected