From d6b90f183efb2743ae0231b129fc13c3c980d897 Mon Sep 17 00:00:00 2001 From: Ignat Semenov Date: Sun, 15 Jul 2012 23:26:14 +0400 Subject: [PATCH] slots -> Q_SLOTS --- widgets/toolbutton.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/toolbutton.h b/widgets/toolbutton.h index 3c891f9b2..89bbbb060 100644 --- a/widgets/toolbutton.h +++ b/widgets/toolbutton.h @@ -186,7 +186,7 @@ protected: QVariant itemChange(GraphicsItemChange change, const QVariant &value); QSizeF sizeHint(Qt::SizeHint which, const QSizeF & constraint) const; -private slots: +private Q_SLOTS: void setAnimationUpdate(qreal progress); qreal animationUpdate() const;