MCPcopy Create free account
hub / github.com/KDAB/GammaRay / ~MainWindow

Method ~MainWindow

ui/mainwindow.cpp:309–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307}
308
309MainWindow::~MainWindow()
310{
311 QSettings settings;
312 settings.beginGroup("Sidebar");
313 settings.setValue(QLatin1String("FilterInactive"), m_toolFilterModel->filterInactiveTools());
314 settings.endGroup();
315}
316
317void MainWindow::saveTargetState(QSettings *settings) const
318{

Callers

nothing calls this directly

Calls 2

filterInactiveToolsMethod · 0.80
setValueMethod · 0.45

Tested by

no test coverage detected