X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=gui%2Ftraceprocess.h;h=343bac967cf6fddf6c64557fe8a457fde17441bf;hb=HEAD;hp=b65f41c548ab0e3a1b909077195a567eedeaabf7;hpb=ca164110d0c5cc54436c425311f0c41e1973abe8;p=apitrace diff --git a/gui/traceprocess.h b/gui/traceprocess.h index b65f41c..343bac9 100644 --- a/gui/traceprocess.h +++ b/gui/traceprocess.h @@ -13,6 +13,7 @@ public: bool canTrace() const; + void setApi(const QString &str); void setExecutablePath(const QString &str); QString executablePath() const; @@ -31,6 +32,7 @@ private slots: void traceError(QProcess::ProcessError err); private: + QString m_api; QString m_execPath; QStringList m_args; QString m_tracePath;