From 4157ee25c27521995267d9f5eded37550c95394c Mon Sep 17 00:00:00 2001 From: johanneshilden Date: Fri, 29 Sep 2017 19:24:16 +0300 Subject: [PATCH] Remove commented out code --- components/qtmaterialslider_internal.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/components/qtmaterialslider_internal.h b/components/qtmaterialslider_internal.h index eab83bf..6f2649e 100644 --- a/components/qtmaterialslider_internal.h +++ b/components/qtmaterialslider_internal.h @@ -20,12 +20,6 @@ public: void setupProperties(); -//signals: -// void changedToMinimum(); -// void changedFromMinimum(); -// void noFocusMouseEnter(); -// void noFocusMouseLeave(); - private: Q_DISABLE_COPY(QtMaterialSliderStateMachine)