StoreSession: Support output formats other than srzip
[pulseview.git] / pv / prop / binding / deviceoptions.cpp
index 68e3237f10af4ef9b9e16878c1ec25d68a61f273..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:
@@ -186,4 +186,3 @@ QString DeviceOptions::print_voltage_threshold(Glib::VariantBase gvar)
 } // binding
 } // prop
 } // pv
-