| 265 | } |
| 266 | |
| 267 | void RecentDisplayWidget::clearRecent() |
| 268 | { |
| 269 | d->recentListView->clearAll(); |
| 270 | |
| 271 | if (isProAndDocNull()) { |
| 272 | d->nullRecentText->setVisible(true); |
| 273 | } |
| 274 | } |
| 275 | |
| 276 | void RecentDisplayWidget::initializeUi() |
| 277 | { |
nothing calls this directly
no test coverage detected