HostInterface: Add debugger message callbacks
This commit is contained in:
@@ -51,6 +51,7 @@ public:
|
||||
public Q_SLOTS:
|
||||
void ReportError(const char* message) override;
|
||||
void ReportMessage(const char* message) override;
|
||||
void ReportDebuggerMessage(const char* message) override;
|
||||
bool ConfirmMessage(const char* message) override;
|
||||
|
||||
public:
|
||||
@@ -120,6 +121,7 @@ public:
|
||||
Q_SIGNALS:
|
||||
void errorReported(const QString& message);
|
||||
void messageReported(const QString& message);
|
||||
void debuggerMessageReported(const QString& message);
|
||||
bool messageConfirmed(const QString& message);
|
||||
void emulationStarting();
|
||||
void emulationStarted();
|
||||
|
||||
Reference in New Issue
Block a user