From 30e3939bd43cbfdc39622c924c7705a384c40b85 Mon Sep 17 00:00:00 2001 From: f4exb Date: Fri, 7 Jan 2022 07:41:10 +0100 Subject: [PATCH] JogdialController GUI: fix for MSVC --- plugins/feature/jogdialcontroller/jogdialcontrollergui.h | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/feature/jogdialcontroller/jogdialcontrollergui.h b/plugins/feature/jogdialcontroller/jogdialcontrollergui.h index a03e82329..98e2fae59 100644 --- a/plugins/feature/jogdialcontroller/jogdialcontrollergui.h +++ b/plugins/feature/jogdialcontroller/jogdialcontrollergui.h @@ -83,7 +83,6 @@ private slots: void handleInputMessages(); void on_startStop_toggled(bool checked); void on_devicesRefresh_clicked(); - void on_device_currentIndexChanged(int index); void on_channels_currentIndexChanged(int index); void updateStatus(); void tick();