summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets/qtoolbarlayout_p.h
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2009-11-10 12:17:29 (GMT)
committerThierry Bastian <thierry.bastian@nokia.com>2009-11-10 12:18:59 (GMT)
commit7429ff911e05c05fbdd986a5932545571ee4beef (patch)
treef45f1de96cdd13c39c1abee4f653f537bda09d73 /src/gui/widgets/qtoolbarlayout_p.h
parent6d4acbe94c71f7c0049cd08944855c23a716bee3 (diff)
downloadQt-7429ff911e05c05fbdd986a5932545571ee4beef.zip
Qt-7429ff911e05c05fbdd986a5932545571ee4beef.tar.gz
Qt-7429ff911e05c05fbdd986a5932545571ee4beef.tar.bz2
Make the toolbar extension animated according to the main window
Previously it would be always animated. Task-number: QTBUG-5623 Reviewed-by: Gabriel
Diffstat (limited to 'src/gui/widgets/qtoolbarlayout_p.h')
-rw-r--r--src/gui/widgets/qtoolbarlayout_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/qtoolbarlayout_p.h b/src/gui/widgets/qtoolbarlayout_p.h
index d49a5df..afd0227 100644
--- a/src/gui/widgets/qtoolbarlayout_p.h
+++ b/src/gui/widgets/qtoolbarlayout_p.h
@@ -112,7 +112,7 @@ public:
bool hasExpandFlag() const;
public Q_SLOTS:
- void setExpanded(bool b, bool animated = true);
+ void setExpanded(bool b);
private:
QList<QToolBarItem*> items;