Merge pull request #5681 from spycrab/qt_safeshutdown

Qt: Implement safe shutdown
This commit is contained in:
Leo Lam
2017-06-26 21:55:27 +02:00
committed by GitHub
6 changed files with 96 additions and 32 deletions

View File

@ -253,7 +253,6 @@ private:
void DoFullscreen(bool enable_fullscreen);
void DoExclusiveFullscreen(bool enable_fullscreen);
void ToggleDisplayMode(bool bFullscreen);
bool TriggerSTMPowerEvent();
void OnStopped();
void OnRenderWindowSizeRequest(int width, int height);
void UpdateTitle(const wxString& str);