MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / showScratchpad

Method showScratchpad

gui/mainwindow.cpp:1811–1820  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1809}
1810
1811void MainWindow::showScratchpad()
1812{
1813 if (!mScratchPad)
1814 mScratchPad = new ScratchPad(*this);
1815
1816 mScratchPad->show();
1817
1818 if (!mScratchPad->isActiveWindow())
1819 mScratchPad->activateWindow();
1820}
1821
1822void MainWindow::loadProjectFile(const QString &filePath)
1823{

Callers

nothing calls this directly

Calls 1

showMethod · 0.45

Tested by

no test coverage detected