MCPcopy Create free account
hub / github.com/dmitry-s93/MControlCenter / quitApp

Method quitApp

src/mainwindow.cpp:645–650  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

643}
644
645void MainWindow::quitApp() const {
646 operate.closeHelperApp();
647 Settings::setValue("MainWindow/Width", MainWindow::width());
648 Settings::setValue("MainWindow/Height", MainWindow::height());
649 (void) QCoreApplication::quit();
650}
651
652void MainWindow::timerSleepTimeout() {
653 qint64 timeNow = QDateTime::currentMSecsSinceEpoch();

Callers

nothing calls this directly

Calls 1

closeHelperAppMethod · 0.80

Tested by

no test coverage detected