MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / setCheckValidator

Method setCheckValidator

src/qt/qvalidatedlineedit.cpp:106–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106void QValidatedLineEdit::setCheckValidator(const QValidator *v)
107{
108 checkValidator = v;
109}
110
111bool QValidatedLineEdit::isValid()
112{

Callers 2

OptionsDialogMethod · 0.80
setupAddressWidgetFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected