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

Method DocumentViewController

lib/documentview/documentviewcontroller.cpp:256–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254};
255
256DocumentViewController::DocumentViewController(KActionCollection *actionCollection, QObject *parent)
257 : QObject(parent)
258 , d(new DocumentViewControllerPrivate)
259{
260 d->q = this;
261 d->mActionCollection = actionCollection;
262 d->mView = nullptr;
263 d->mZoomWidget = nullptr;
264 d->mToolContainer = nullptr;
265
266 d->setupActions();
267}
268
269DocumentViewController::~DocumentViewController()
270{

Callers

nothing calls this directly

Calls 1

setupActionsMethod · 0.45

Tested by

no test coverage detected