| 1290 | } |
| 1291 | |
| 1292 | DToolButton *Controller::createIconButton(QAction *action) |
| 1293 | { |
| 1294 | auto iconBtn = utils::createIconButton(action, d->mainWindow); |
| 1295 | d->topToolBtn.insert(action, iconBtn); |
| 1296 | return iconBtn; |
| 1297 | } |
| 1298 | |
| 1299 | void Controller::removeTopToolItem(Command *action) |
| 1300 | { |
nothing calls this directly
no test coverage detected