summaryrefslogtreecommitdiff
path: root/src/yuzu/applets/error.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-04-16 23:03:23 -0700
committerGitHub <noreply@github.com>2021-04-16 23:03:23 -0700
commitd5c1f3929c3348691bda405dd2a4248773d02f2d (patch)
tree271ec5aceff2eab8214a06db0f33b0afac217f86 /src/yuzu/applets/error.h
parentbb32a4a8d7790dff557ea893229579eddb525ac5 (diff)
parent7eff91ff20765ba4e7f94a92de6fc0ffa2fc4f2f (diff)
Merge pull request #6133 from Morph1984/project-eleuthia
Project Eleuthia - On-Screen Keyboard and Error Applet Overlays
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();