-------------------------------------------------------------------------- On add - verify data settings --------------------------------------------------------------------------
| 150 | // On add - verify data settings |
| 151 | //-------------------------------------------------------------------------- |
| 152 | bool SplashData::onAdd() |
| 153 | { |
| 154 | if (Parent::onAdd() == false) |
| 155 | return false; |
| 156 | |
| 157 | return true; |
| 158 | } |
| 159 | |
| 160 | //-------------------------------------------------------------------------- |
| 161 | // Pack data |
nothing calls this directly
no test coverage detected