| 238 | } |
| 239 | |
| 240 | void DocumentSwitcherPlugin::enableActions() |
| 241 | { |
| 242 | forwardAction->setEnabled(true); |
| 243 | backwardAction->setEnabled(true); |
| 244 | } |
| 245 | |
| 246 | #include "documentswitcherplugin.moc" |
| 247 | #include "moc_documentswitcherplugin.cpp" |
nothing calls this directly
no test coverage detected