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

@@ -62,6 +62,8 @@ public:
std::vector<HotkeyInfo> getHotkeyList() const;
Q_SIGNALS:
void errorReported(QString message);
void messageReported(QString message);
void emulationStarting();
void emulationStarted();
void emulationStopped();