summaryrefslogtreecommitdiff
path: root/src/gui/widgets/qmainwindowlayout_p.h
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2009-07-08 10:25:04 +0200
committerThierry Bastian <thierry.bastian@nokia.com>2009-07-08 10:26:26 +0200
commit7486389a0d742a7c9e70c6110692186f70dbf1e5 (patch)
tree10eabfd8aa596101a74c00260e992c5634afa50a /src/gui/widgets/qmainwindowlayout_p.h
parent4d2f47da2e4869b0419cf13856ddca8a3e34e88a (diff)
downloadqt4-tools-7486389a0d742a7c9e70c6110692186f70dbf1e5.tar.gz
QMainWindow: made use of QPropertyAnimation for animations
This required some refactoring as well. Now code is leaner and cleaner
Diffstat (limited to 'src/gui/widgets/qmainwindowlayout_p.h')
-rw-r--r--src/gui/widgets/qmainwindowlayout_p.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/widgets/qmainwindowlayout_p.h b/src/gui/widgets/qmainwindowlayout_p.h
index 759461b52f..a7f70b45b9 100644
--- a/src/gui/widgets/qmainwindowlayout_p.h
+++ b/src/gui/widgets/qmainwindowlayout_p.h
@@ -297,9 +297,8 @@ public:
void restore(bool keepSavedState = false);
void updateHIToolBarStatus();
void animationFinished(QWidget *widget);
- void allAnimationsFinished();
-private slots:
+private Q_SLOTS:
#ifndef QT_NO_DOCKWIDGET
#ifndef QT_NO_TABBAR
void tabChanged();