diff options
author | Maurice Kalinowski <maurice.kalinowski@nokia.com> | 2009-05-11 05:59:45 (GMT) |
---|---|---|
committer | Maurice Kalinowski <maurice.kalinowski@nokia.com> | 2009-05-11 05:59:45 (GMT) |
commit | b7f84c44ae723a77ed34246949e49438491f54e9 (patch) | |
tree | 6a58047baedb76fc3233122a2fb7bf6e3b797929 | |
parent | e8c6f81979d129bdf5251a0520c39b846f47d850 (diff) | |
download | Qt-b7f84c44ae723a77ed34246949e49438491f54e9.zip Qt-b7f84c44ae723a77ed34246949e49438491f54e9.tar.gz Qt-b7f84c44ae723a77ed34246949e49438491f54e9.tar.bz2 |
fix build on windows
- partly revert f0243e70e05a3368582fd0478d840096d6b60c3f as it broke the build due to widgets accessible plugins using QDockWidgetLayout
Reviewed-by: Rhys Weatherley
-rw-r--r-- | src/gui/widgets/qdockwidget_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/qdockwidget_p.h b/src/gui/widgets/qdockwidget_p.h index 31b530f..0bc619c 100644 --- a/src/gui/widgets/qdockwidget_p.h +++ b/src/gui/widgets/qdockwidget_p.h @@ -128,7 +128,7 @@ public: bool isAnimating() const; }; -class QDockWidgetLayout : public QLayout +class Q_GUI_EXPORT QDockWidgetLayout : public QLayout { Q_OBJECT public: |