X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=mainwindow.h;fp=mainwindow.h;h=34fb1b92e969e120a5ae6f1ed18364e52be3e487;hp=cef253cff9b77400aeffff35ca38ede899349a3f;hb=2953961c06ff9e758035ba3cd67220568bd01710;hpb=df9443999c6b365c37cd254320d7dfa1aa4a815b diff --git a/mainwindow.h b/mainwindow.h index cef253cf..34fb1b92 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -23,6 +23,8 @@ #include +#include "sigsession.h" + namespace Ui { class MainWindow; } @@ -37,8 +39,12 @@ public: private: Ui::MainWindow *ui; + SigSession session; private slots: + + void on_actionOpen_triggered(); + void on_actionAbout_triggered(); };