Qt: Hook up HostInterface::Report{Error,Message}

This commit is contained in:
Connor McLaughlin
2020-01-24 14:51:30 +10:00
parent 19cd91a684
commit 2694181811
4 changed files with 23 additions and 2 deletions

View File

@ -21,6 +21,8 @@ public:
~MainWindow();
private Q_SLOTS:
void reportError(QString message);
void reportMessage(QString message);
void onEmulationStarting();
void onEmulationStarted();
void onEmulationStopped();