| 46 | } |
| 47 | |
| 48 | void ElaListView::setIsTransparent(bool isTransparent) |
| 49 | { |
| 50 | Q_D(ElaListView); |
| 51 | d->_listViewStyle->setIsTransparent(isTransparent); |
| 52 | update(); |
| 53 | } |
| 54 | |
| 55 | bool ElaListView::getIsTransparent() const |
| 56 | { |
no outgoing calls
no test coverage detected