| 155 | } |
| 156 | |
| 157 | FindToolBar::FindToolBar(QWidget *parent) |
| 158 | : DFloatingWidget(parent), |
| 159 | d(new FindToolBarPrivate(this)) |
| 160 | { |
| 161 | d->initUI(); |
| 162 | d->initConnection(); |
| 163 | d->initActions(); |
| 164 | } |
| 165 | |
| 166 | FindToolBar::~FindToolBar() |
| 167 | { |
nothing calls this directly
no test coverage detected