MCPcopy Create free account
hub / github.com/KDE/gwenview / DocumentViewSynchronizer

Method DocumentViewSynchronizer

lib/documentview/documentviewsynchronizer.cpp:76–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74};
75
76DocumentViewSynchronizer::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
84DocumentViewSynchronizer::~DocumentViewSynchronizer()
85{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected