Home
last modified time | relevance | path

Searched refs:m_paDebugDOMTree (Results 1 – 2 of 2) sorted by relevance

/dports/www/kf5-khtml/khtml-5.89.0/src/
H A Dkhtmlpart_p.h330 QAction *m_paDebugDOMTree; variable
H A Dkhtml_part.cpp318 d->m_paDebugDOMTree = new QAction(i18n("Print DOM Tree to STDOUT"), this); in init()
319 actionCollection()->addAction("debugDOMTree", d->m_paDebugDOMTree); in init()
320 connect(d->m_paDebugDOMTree, SIGNAL(triggered(bool)), this, SLOT(slotDebugDOMTree())); in init()