aboutsummaryrefslogtreecommitdiff
path: root/src/yuzu/applets/error.h
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2021-03-26 06:07:27 -0400
committerMorph <39850852+Morph1984@users.noreply.github.com>2021-04-15 01:53:17 -0400
commitb45930a0edbf762310f85fafa3724dc4766c2197 (patch)
treed3b5c11a13b375560280c268013566e14ee2d8c5 /src/yuzu/applets/error.h
parent4143675b2df288534e6e1a3f06a87d88dbaba257 (diff)
error: Make the error code as the title text of the OverlayDialog
Co-authored-by: Its-Rei <kupfel@gmail.com>
Diffstat (limited to 'src/yuzu/applets/error.h')
-rw-r--r--src/yuzu/applets/error.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/applets/error.h b/src/yuzu/applets/error.h
index b0932d895..8bd895a32 100644
--- a/src/yuzu/applets/error.h
+++ b/src/yuzu/applets/error.h
@@ -24,7 +24,7 @@ public:
std::function<void()> finished) const override;
signals:
- void MainWindowDisplayError(QString error) const;
+ void MainWindowDisplayError(QString error_code, QString error_text) const;
private:
void MainWindowFinishedError();