============================================================================
| 583 | |
| 584 | //============================================================================ |
| 585 | int CAutoHideTab::tabIndex() const |
| 586 | { |
| 587 | if (!d->SideBar) |
| 588 | { |
| 589 | return -1; |
| 590 | } |
| 591 | |
| 592 | return d->SideBar->indexOfTab(*this); |
| 593 | } |
| 594 | |
| 595 | |
| 596 | //============================================================================ |
no test coverage detected