| 68 | } |
| 69 | |
| 70 | ElaApplicationType::WindowDisplayMode ElaApplication::getWindowDisplayMode() const |
| 71 | { |
| 72 | Q_D(const ElaApplication); |
| 73 | return d->_pWindowDisplayMode; |
| 74 | } |
| 75 | |
| 76 | void ElaApplication::setElaMicaImagePath(const QString& micaImagePath) |
| 77 | { |
no outgoing calls
no test coverage detected