MCPcopy 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
98void MainWindow::reconstructViews(const QList<View*>& topViews)
99{
100 Q_D(MainWindow);
101
102 d->reconstructViews(topViews);
103}
104
105QList<View*> MainWindow::topViews() const
106{

Callers 1

openDocumentsSimpleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected