X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=gui%2Fmainwindow.h;h=4d1358ceb0743c5337d97ebddc1436051a1b983a;hb=da55940db71e6e09ba54eadb707dd5e6b43b5442;hp=2248127f76aae57b8acd4728c7b090ad628564da;hpb=e7cb2b98575d5ff3801bd3527a648e0dbfdebdad;p=apitrace diff --git a/gui/mainwindow.h b/gui/mainwindow.h index 2248127..4d1358c 100644 --- a/gui/mainwindow.h +++ b/gui/mainwindow.h @@ -45,6 +45,8 @@ public: public slots: void loadTrace(const QString &fileName, int callNum = -1); + void setRemoteTarget(const QString &host); + private slots: void callItemSelected(const QModelIndex &index); void callItemActivated(const QModelIndex &index); @@ -98,6 +100,7 @@ private slots: private: void initObjects(); void initConnections(); + void updateActionsState(bool traceLoaded, bool stopped = true); void newTraceFile(const QString &fileName); void replayTrace(bool dumpState, bool dumpThumbnails); void trimEvent();