| 342 | } |
| 343 | |
| 344 | void BitcoinAmountField::setValid(bool valid) |
| 345 | { |
| 346 | if (valid) |
| 347 | amount->setStyleSheet(""); |
| 348 | else |
| 349 | amount->setStyleSheet(STYLE_INVALID); |
| 350 | } |
| 351 | |
| 352 | bool BitcoinAmountField::eventFilter(QObject *object, QEvent *event) |
| 353 | { |
no outgoing calls
no test coverage detected