mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-22 05:47:50 +00:00
error: Make the error code as the title text of the OverlayDialog
Co-authored-by: Its-Rei <kupfel@gmail.com>
This commit is contained in:
parent
c170ef2dc2
commit
714a8f2906
4 changed files with 17 additions and 15 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue