* Updates the scanner animation. */
| 98 | * Updates the scanner animation. |
| 99 | */ |
| 100 | void ScannerView::animate() |
| 101 | { |
| 102 | _frame++; |
| 103 | if(_frame > 1) |
| 104 | { |
| 105 | _frame = 0; |
| 106 | } |
| 107 | _redraw = true; |
| 108 | } |
| 109 | |
| 110 | } |
nothing calls this directly
no outgoing calls
no test coverage detected