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

Method toolViewMove

kdevplatform/sublime/tests/test_toolviewtoolbar.cpp:126–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126void TestToolViewToolBar::toolViewMove()
127{
128 area->setToolViewPosition(viewT11, Sublime::Right);
129 area->setToolViewPosition(viewT21, Sublime::Bottom);
130 QToolBar* barT1 = fetchToolBarFor(viewT11);
131 QToolBar* barT2 = fetchToolBarFor(viewT21);
132 assertGoodBar(barT1, actionTextT1);
133 assertGoodBar(barT2, actionTextT2);
134}
135
136QTEST_MAIN(TestToolViewToolBar)
137

Callers

nothing calls this directly

Calls 1

setToolViewPositionMethod · 0.80

Tested by

no test coverage detected