Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ reconstructViews
Method
reconstructViews
kdevplatform/sublime/mainwindow.cpp:98–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
}
97
98
void MainWindow::reconstructViews(const QList<View*>& topViews)
99
{
100
Q_D(MainWindow);
101
102
d->reconstructViews(topViews);
103
}
104
105
QList<View*> MainWindow::topViews() const
106
{
Callers
1
openDocumentsSimple
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected