MCPcopy Create free account
hub / github.com/OpenOrienteering/mapper / MainWindow

Method MainWindow

src/gui/main_window.cpp:80–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78int MainWindow::num_open_files = 0;
79
80MainWindow::MainWindow(QWidget* parent, Qt::WindowFlags flags)
81: MainWindow { true, parent, flags }
82{
83 // nothing else
84}
85
86MainWindow::MainWindow(bool as_main_window, QWidget* parent, Qt::WindowFlags flags)
87: QMainWindow { parent, flags }

Callers

nothing calls this directly

Calls 1

QIconClass · 0.50

Tested by

no test coverage detected