Fix exception fetching and passing through signals

This commit is contained in:
baldurk
2017-04-18 14:57:50 +01:00
parent a740696dbe
commit f0853eda9f
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -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: