MCPcopy Create free account
hub / github.com/KDE/kdevelop / testAddingViewAfter

Method testAddingViewAfter

kdevplatform/sublime/tests/test_areaoperation.cpp:764–772  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

762}
763
764void TestAreaOperation::testAddingViewAfter()
765{
766
767 const QList<View*> list(m_area3->views());
768 for (View* view : list) {
769 qDebug() << "name of view : " << view->objectName() << " , it's index : " << m_area3->views().indexOf(view);
770 }
771
772}
773
774////////////////////////////////////////////////////////////////////////////////
775////////////////////////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls 2

viewsMethod · 0.45
indexOfMethod · 0.45

Tested by

no test coverage detected