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

Method containers

kdevplatform/sublime/mainwindow.cpp:124–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124QSet<Container*> MainWindow::containers() const
125{
126 Q_D(const MainWindow);
127
128 return QSet<Container*>(d->viewContainers.cbegin(), d->viewContainers.cend());
129}
130
131void MainWindow::setArea(Area *area)
132{

Callers 3

updateAllTabColorsMethod · 0.95
updateTabColorMethod · 0.95
viewsInSameSplitViewMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected