]> sigrok.org Git - pulseview.git/blobdiff - pv/binding/device.hpp
Build fixes for Qt5 Windows/mingw/MXE support.
[pulseview.git] / pv / binding / device.hpp
index 563132a205699427ad1903cfab5fd78b1b0e1fe6..81c505986c85ac27662dfa7443b13ff5bcceff5f 100644 (file)
@@ -14,8 +14,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef PULSEVIEW_PV_BINDING_DEVICE_HPP
@@ -61,6 +60,7 @@ private:
        static QString print_timebase(Glib::VariantBase gvar);
        static QString print_vdiv(Glib::VariantBase gvar);
        static QString print_voltage_threshold(Glib::VariantBase gvar);
+       static QString print_probe_factor(Glib::VariantBase gvar);
 
 protected:
        std::shared_ptr<sigrok::Configurable> configurable_;