| 103 | } |
| 104 | |
| 105 | void YACReaderTitledToolBar::addSpacing(int spacing) |
| 106 | { |
| 107 | QHBoxLayout *mainLayout = dynamic_cast<QHBoxLayout *>(layout()); |
| 108 | |
| 109 | mainLayout->addSpacing(spacing); |
| 110 | } |
| 111 | |
| 112 | void YACReaderTitledToolBar::addSepartor() |
| 113 | { |
no outgoing calls
no test coverage detected