| 103 | } |
| 104 | |
| 105 | void DockToolbar::mouseReleaseEvent(QMouseEvent* ev) { |
| 106 | if (auto* area = parent_dock_->dockAreaWidget()) { |
| 107 | QCoreApplication::sendEvent(area->titleBar(), ev); |
| 108 | } |
| 109 | } |
| 110 | |
| 111 | void DockToolbar::mouseMoveEvent(QMouseEvent* ev) { |
| 112 | ui_->buttonFullscreen->setVisible(true); |