mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-23 14:15:42 +00:00
Fix exception fetching and passing through signals
This commit is contained in:
@@ -84,7 +84,7 @@ public:
|
||||
int currentLine() { return location.line; }
|
||||
signals:
|
||||
void traceLine(const QString &file, int line);
|
||||
void exception(const QString &type, const QString &value, const QList<QString> &frames);
|
||||
void exception(const QString &type, const QString &value, QList<QString> frames);
|
||||
void textOutput(bool isStdError, const QString &output);
|
||||
|
||||
public slots:
|
||||
|
||||
Reference in New Issue
Block a user