From 82bb10b7a8244e31bd4e76d291f2f0f2a9c7fb82 Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Wed, 4 Aug 2021 11:32:33 +0200 Subject: [PATCH] forgotten signal removed --- src/controls/QskAbstractButton.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/controls/QskAbstractButton.h b/src/controls/QskAbstractButton.h index 947a3487..22c0661b 100644 --- a/src/controls/QskAbstractButton.h +++ b/src/controls/QskAbstractButton.h @@ -70,7 +70,6 @@ class QSK_EXPORT QskAbstractButton : public QskControl void pressedChanged( bool ); void checkedChanged( bool ); - void checkableChanged( bool ); void autoRepeatChanged( bool ); void autoRepeatDelayChanged();