| 74 | }; |
| 75 | |
| 76 | DocumentViewSynchronizer::DocumentViewSynchronizer(const QList<DocumentView *> *views, QObject *parent) |
| 77 | : QObject(parent) |
| 78 | , d(new DocumentViewSynchronizerPrivate(views)) |
| 79 | { |
| 80 | d->q = this; |
| 81 | d->mActive = false; |
| 82 | } |
| 83 | |
| 84 | DocumentViewSynchronizer::~DocumentViewSynchronizer() |
| 85 | { |
nothing calls this directly
no outgoing calls
no test coverage detected