mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-17 05:57:03 +02: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
4143675b2d
commit
b45930a0ed
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