X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fmainwindow.hpp;h=c7859d0a4cb43ec9f7256d8fcdaf5153c4e931a6;hb=2b81ae4682ade4109ffa442794de36ceb32045eb;hp=333eda2a0a75dfbc02f9c534444d389d42498efa;hpb=20f81a58a9778fa7bc0dc4367f913437ed27c5e8;p=pulseview.git diff --git a/pv/mainwindow.hpp b/pv/mainwindow.hpp index 333eda2..c7859d0 100644 --- a/pv/mainwindow.hpp +++ b/pv/mainwindow.hpp @@ -58,6 +58,8 @@ public: const char *open_file_name = NULL, QWidget *parent = 0); + void run_stop(); + private: void setup_ui(); @@ -100,8 +102,6 @@ private Q_SLOTS: void add_decoder(srd_decoder *decoder); - void run_stop(); - void capture_state_changed(int state); void device_selected(); @@ -120,7 +120,7 @@ private: DeviceManager &device_manager_; - SigSession session_; + Session session_; pv::view::View *view_;