Optimized messages that were repetitive and added ability for core errors to specify more details optionally.

This commit is contained in:
TheKoopaKingdom 2017-04-13 01:15:23 -04:00
parent beefa1482e
commit 4799017aec
5 changed files with 71 additions and 40 deletions

View file

@ -125,7 +125,7 @@ private slots:
void OnDisplayTitleBars(bool);
void ToggleWindowMode();
void OnCreateGraphicsSurfaceViewer();
void OnCoreError(Core::System::ResultStatus);
void OnCoreError(Core::System::ResultStatus, boost::optional<std::string>);
private:
void UpdateStatusBar();