| 258 | return m_crashed; |
| 259 | } |
| 260 | void setCrashed(bool value) |
| 261 | { |
| 262 | if(m_crashed != value) |
| 263 | { |
| 264 | m_crashed = value; |
| 265 | emit propertiesChanged(this); |
| 266 | } |
| 267 | } |
| 268 | |
| 269 | virtual bool canLaunch() const; |
| 270 | virtual bool canEdit() const = 0; |
no outgoing calls
no test coverage detected