]> sigrok.org Git - pulseview.git/blobdiff - pv/samplingbar.cpp
Drop a few more unneeded 'extern "C"'.
[pulseview.git] / pv / samplingbar.cpp
index 7bc207aeca80ed20f9e230b12a6899478e074504..41e98be2653e67602a9eede6888d8662106edb0c 100644 (file)
 
 #include <boost/foreach.hpp>
 
-extern "C" {
 #include <libsigrok/libsigrok.h>
-}
 
 #include <QAction>
 
 #include "samplingbar.h"
 
-#include <pv/dialogs/hwcap.h>
+#include <pv/dialogs/deviceoptions.h>
 
 namespace pv {
 
@@ -214,7 +212,7 @@ void SamplingBar::configure()
        sr_dev_inst *const sdi = get_selected_device();
        assert(sdi);
 
-       pv::dialogs::HwCap dlg(this, sdi);
+       pv::dialogs::DeviceOptions dlg(this, sdi);
        dlg.exec();
 }