diff options
author | Olivier Goffart <ogoffart@trolltech.com> | 2010-01-05 13:25:47 (GMT) |
---|---|---|
committer | Olivier Goffart <ogoffart@trolltech.com> | 2010-01-05 13:26:38 (GMT) |
commit | bb3428531e31ac30a6b04ecc7e3192909108e6a7 (patch) | |
tree | 95ea2abe439c1f092cd210cdf0fb64a257839001 /src | |
parent | 3c6d15423693bbb370cd47dadfbfe7194dafc668 (diff) | |
download | Qt-bb3428531e31ac30a6b04ecc7e3192909108e6a7.zip Qt-bb3428531e31ac30a6b04ecc7e3192909108e6a7.tar.gz Qt-bb3428531e31ac30a6b04ecc7e3192909108e6a7.tar.bz2 |
Compile with QT_NO_DOCKWIDGET
Task-number: QTBUG-7133
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/widgets/qmainwindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/qmainwindow.h b/src/gui/widgets/qmainwindow.h index 8ee0507..316bbb8 100644 --- a/src/gui/widgets/qmainwindow.h +++ b/src/gui/widgets/qmainwindow.h @@ -102,8 +102,10 @@ public: Qt::ToolButtonStyle toolButtonStyle() const; void setToolButtonStyle(Qt::ToolButtonStyle toolButtonStyle); +#ifndef QT_NO_DOCKWIDGET bool isAnimated() const; bool isDockNestingEnabled() const; +#endif #ifndef QT_NO_TABBAR bool documentMode() const; |