summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@trolltech.com>2010-01-05 13:25:47 (GMT)
committerOlivier Goffart <ogoffart@trolltech.com>2010-01-05 13:26:38 (GMT)
commitbb3428531e31ac30a6b04ecc7e3192909108e6a7 (patch)
tree95ea2abe439c1f092cd210cdf0fb64a257839001 /src/gui
parent3c6d15423693bbb370cd47dadfbfe7194dafc668 (diff)
downloadQt-bb3428531e31ac30a6b04ecc7e3192909108e6a7.zip
Qt-bb3428531e31ac30a6b04ecc7e3192909108e6a7.tar.gz
Qt-bb3428531e31ac30a6b04ecc7e3192909108e6a7.tar.bz2
Compile with QT_NO_DOCKWIDGET
Task-number: QTBUG-7133
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/widgets/qmainwindow.h2
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;