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

Function visibilites

plugins/problemreporter/tests/test_problemsview.cpp:85–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85QVector<bool> visibilites(const QList<QAction*>& actions)
86{
87 QVector<bool> visibilites;
88 for (auto action : actions) {
89 visibilites << action->isVisible();
90 }
91 return visibilites;
92}
93
94void TestProblemsView::testSwitchTab()
95{

Callers 1

testSwitchTabMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected