X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fmainwindow.h;h=001c28b037033d5394088b94455b046198799e2f;hb=7ba41e7ec7e575ae34ed2af33920c6e843aaac4d;hp=51577bdb742d9a53303ed260bfc77075e17a8aa8;hpb=404aad0ed6bd90566739af6ecb57475bc02a7c8e;p=pulseview.git diff --git a/pv/mainwindow.h b/pv/mainwindow.h index 51577bd..001c28b 100644 --- a/pv/mainwindow.h +++ b/pv/mainwindow.h @@ -23,6 +23,8 @@ #include +#include + #include #include "sigsession.h" @@ -97,6 +99,8 @@ private slots: void capture_state_changed(int state); + void view_selection_changed(); + private: DeviceManager &_device_manager;