X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fmainwindow.hpp;h=1779712f4c93aa9edc5b2182930454021f5099a1;hb=da30ecb7e72bd2547e524258efa5ec642988b70b;hp=2860c681b91d70f7657318255513c9a12779c689;hpb=da5e6727a632752d19f975d84ea76f1683cd656f;p=pulseview.git diff --git a/pv/mainwindow.hpp b/pv/mainwindow.hpp index 2860c68..1779712 100644 --- a/pv/mainwindow.hpp +++ b/pv/mainwindow.hpp @@ -33,7 +33,6 @@ struct srd_decoder; class QVBoxLayout; namespace sigrok { -class Device; class OutputFormat; } @@ -95,7 +94,7 @@ public: void run_stop(); - void select_device(std::shared_ptr device); + void select_device(std::shared_ptr device); public Q_SLOTS: void export_file(std::shared_ptr format);