X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=gui%2Fmainwindow.h;h=4d1358ceb0743c5337d97ebddc1436051a1b983a;hb=HEAD;hp=78267efca4c9f5cd98bb4eb0b48a5bc980ae3ceb;hpb=d7c738e13decf8a8a891008c51b437ccbe3434fb;p=apitrace diff --git a/gui/mainwindow.h b/gui/mainwindow.h index 78267ef..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);