StoreSession: Support output formats other than srzip
[pulseview.git] / pv / prop / binding / deviceoptions.cpp
index 8412104daf0eb3328cac1764a13395560d9fa875..8b38505c0bc15b24472366fd0d39c30fe7d19b3a 100644 (file)
@@ -29,7 +29,7 @@
 #include <pv/prop/enum.hpp>
 #include <pv/prop/int.hpp>
 
-#include <libsigrok/libsigrok.hpp>
+#include <libsigrokcxx/libsigrokcxx.hpp>
 
 using boost::optional;
 using std::function;
@@ -86,7 +86,7 @@ DeviceOptions::DeviceOptions(shared_ptr<sigrok::Configurable> configurable) :
                {
                case SR_CONF_SAMPLERATE:
                        // Sample rate values are not bound because they are shown
-                       // in the SamplingBar
+                       // in the MainBar
                        break;
 
                case SR_CONF_CAPTURE_RATIO: