Qt: Add shutdown without saving menu option

This commit is contained in:
Connor McLaughlin
2021-01-08 23:42:17 +10:00
parent 6a04803502
commit b0398f5aa7
10 changed files with 43 additions and 5 deletions

View File

@@ -154,6 +154,7 @@ public Q_SLOTS:
void resumeSystemFromState(const QString& filename, bool boot_on_failure);
void resumeSystemFromMostRecentState();
void powerOffSystem();
void powerOffSystemWithoutSaving();
void synchronousPowerOffSystem();
void resetSystem();
void pauseSystem(bool paused, bool wait_until_paused = false);