Optimized messages that were repetitive and added ability for core errors to specify more details optionally.
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user