14#include "core/View_p.h"
26 setView(other.
view());
34ViewGuard::operator bool()
const
34ViewGuard::operator bool()
const {
…}
76 setView(other.
view());
80void ViewGuard::setView(
View *view)
96 m_onDestroy = v->
d->beingDestroyed.connect([
this] { v =
nullptr; });