X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fdevice%2Fdevinst.h;h=5a994372d347ca76dca32d151760a6b735d358a9;hb=2b76309a072d2493ee1b5293955b72abfd84b8be;hp=0443d3ea339c6edd36bf70d7cbc8daf903d34721;hpb=bb3030b34e44733036acdfe5b4d4ec0705146831;p=pulseview.git diff --git a/pv/device/devinst.h b/pv/device/devinst.h index 0443d3e..5a99437 100644 --- a/pv/device/devinst.h +++ b/pv/device/devinst.h @@ -64,7 +64,7 @@ public: GVariant* list_config(const sr_channel_group *group, int key); - void enable_probe(const sr_channel *probe, bool enable = true); + void enable_channel(const sr_channel *channel, bool enable = true); /** * @brief Gets the sample limit from the driver. @@ -81,7 +81,7 @@ public: virtual void run(); -signals: +Q_SIGNALS: void config_changed(); protected: