summaryrefslogtreecommitdiffstats
path: root/examples/widgets/animation/easing/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/animation/easing/window.h')
-rw-r--r--examples/widgets/animation/easing/window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/animation/easing/window.h b/examples/widgets/animation/easing/window.h
index 541377a981..0c49dd6e8a 100644
--- a/examples/widgets/animation/easing/window.h
+++ b/examples/widgets/animation/easing/window.h
@@ -69,7 +69,7 @@ public:
Window(QWidget *parent = nullptr);
private slots:
void curveChanged(int row);
- void pathChanged(int index);
+ void pathChanged(QAbstractButton *button);
void periodChanged(double);
void amplitudeChanged(double);
void overshootChanged(double);