| 1010 | } |
| 1011 | |
| 1012 | WorkspaceWidget::WorkspaceWidget(QWidget *parent) |
| 1013 | : QWidget(parent), |
| 1014 | d(new WorkspaceWidgetPrivate(this)) |
| 1015 | { |
| 1016 | d->initActions(); |
| 1017 | d->initUI(); |
| 1018 | d->initConnection(); |
| 1019 | } |
| 1020 | |
| 1021 | QString WorkspaceWidget::currentFile() const |
| 1022 | { |
nothing calls this directly
no test coverage detected