| 32 | EnhancedTabBar::~EnhancedTabBar() = default; |
| 33 | |
| 34 | void EnhancedTabBar::setTabText(const QString& text) |
| 35 | { |
| 36 | QTabBar::setTabText(currentIndex(), text); |
| 37 | } |
| 38 | |
| 39 | void EnhancedTabBar::dragEnterEvent(QDragEnterEvent * e) |
| 40 | { |
no outgoing calls
no test coverage detected