| 241 | } |
| 242 | |
| 243 | void BitcoinAmountField::setValid(bool valid) |
| 244 | { |
| 245 | if (valid) |
| 246 | amount->setStyleSheet(""); |
| 247 | else |
| 248 | amount->setStyleSheet(STYLE_INVALID); |
| 249 | } |
| 250 | |
| 251 | bool BitcoinAmountField::eventFilter(QObject *object, QEvent *event) |
| 252 | { |
no outgoing calls
no test coverage detected