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

Method DoSetDownloadLimit

src/MuleTrayIcon.cpp:171–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171void CMuleTrayIcon::DoSetDownloadLimit(long kBytesPerSec)
172{
173 thePrefs::SetMaxDownload(kBytesPerSec < 0 ? UNLIMITED : (uint16)kBytesPerSec);
174#ifdef CLIENT_GUI
175 theApp->glob_prefs->SendToRemote();
176#endif
177}
178
179
180// =====================================================================

Callers 1

on_menu_item_activatedFunction · 0.80

Calls 1

SendToRemoteMethod · 0.80

Tested by

no test coverage detected