X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=gui%2Fretracer.h;h=70170f5ce4605949789083d555ab76307976df7e;hb=ed40bc699e44f810d27c7e50d396f7749c8cc9c2;hp=1b5a4bd04313ed0ed3406eb42588397583bdc60f;hpb=36a0fd36456a7ae909cc04e20781b489c4ddc37b;p=apitrace diff --git a/gui/retracer.h b/gui/retracer.h index 1b5a4bd..70170f5 100644 --- a/gui/retracer.h +++ b/gui/retracer.h @@ -48,7 +48,7 @@ public slots: signals: void finished(const QString &output); void error(const QString &msg); - void foundState(const ApiTraceState &state); + void foundState(ApiTraceState *state); void retraceErrors(const QList &errors); private slots: @@ -89,7 +89,7 @@ public: signals: void finished(const QString &output); - void foundState(const ApiTraceState &state); + void foundState(ApiTraceState *state); void error(const QString &msg); void retraceErrors(const QList &errors);