| 45 | bool isAlreadyApplied() const override { return m_applied; } |
| 46 | |
| 47 | void setAlreadyApplied( bool applied ) { m_applied = applied; } |
| 48 | |
| 49 | // the widget should be created _after_ the basic |
| 50 | // values have been filled |
no outgoing calls
no test coverage detected