Commit ba73bde6 authored by Julien Brianceau's avatar Julien Brianceau
Browse files

Compile fix for QT_NO_DOCKWIDGET in QtWidgets


Change-Id: I4567e4d0e5738c1de74661a325895f9eaa1d06c4
Reviewed-by: default avatarLaszlo Agocs <laszlo.agocs@digia.com>
Showing with 1 addition and 1 deletion
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE
#ifndef QT_NO_DOCKWIDGET #ifdef QT_NO_DOCKWIDGET
extern QMainWindowLayout *qt_mainwindow_layout(const QMainWindow *window); extern QMainWindowLayout *qt_mainwindow_layout(const QMainWindow *window);
#endif #endif
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment