X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=gui%2Fmainwindow.h;h=f3e31811717f4a218f60860df2f5e203534125cd;hb=ed40bc699e44f810d27c7e50d396f7749c8cc9c2;hp=5cb2e767eacaa0342a1d21d3307e96d6ac7cdf4c;hpb=36a0fd36456a7ae909cc04e20781b489c4ddc37b;p=apitrace diff --git a/gui/mainwindow.h b/gui/mainwindow.h index 5cb2e76..f3e3181 100644 --- a/gui/mainwindow.h +++ b/gui/mainwindow.h @@ -43,7 +43,7 @@ private slots: void replayStart(); void replayStop(); void replayFinished(const QString &output); - void replayStateFound(const ApiTraceState &state); + void replayStateFound(ApiTraceState *state); void replayError(const QString &msg); void startedLoadingTrace(); void finishedLoadingTrace();