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

Method OnButtonIPFilterUpdate

src/PrefsUnifiedDlg.cpp:1209–1212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1207
1208
1209void PrefsUnifiedDlg::OnButtonIPFilterUpdate(wxCommandEvent& WXUNUSED(event))
1210{
1211 theApp->ipfilter->Update( CastChild( IDC_IPFILTERURL, wxTextCtrl )->GetValue() );
1212}
1213
1214
1215void PrefsUnifiedDlg::OnPrefsPageChange(wxListEvent& event)

Callers

nothing calls this directly

Calls 2

UpdateMethod · 0.45
GetValueMethod · 0.45

Tested by

no test coverage detected