Remove wrong features.rubberband condition of features.dockwidget
Change-Id: I8259274e7eba7943eb3a944a18fa8b598eb697d7 Reviewed-by: Lars Knoll <lars.knoll@qt.io>bb10
parent
903a59042e
commit
38bedf34c9
|
|
@ -304,7 +304,7 @@
|
|||
"label": "QDockwidget",
|
||||
"purpose": "Supports docking widgets inside a QMainWindow or floated as a top-level window on the desktop.",
|
||||
"section": "Widgets",
|
||||
"condition": "features.rubberband && features.mainwindow",
|
||||
"condition": "features.mainwindow",
|
||||
"output": [ "publicFeature", "feature" ]
|
||||
},
|
||||
"mdiarea": {
|
||||
|
|
|
|||
|
|
@ -49,7 +49,6 @@
|
|||
#include <qwindow.h>
|
||||
#include <qscreen.h>
|
||||
#include <qmainwindow.h>
|
||||
#include <qrubberband.h>
|
||||
#include <qstylepainter.h>
|
||||
#include <qtoolbutton.h>
|
||||
#include <qdebug.h>
|
||||
|
|
|
|||
|
|
@ -63,7 +63,6 @@ QT_BEGIN_NAMESPACE
|
|||
|
||||
class QGridLayout;
|
||||
class QWidgetResizeHandler;
|
||||
class QRubberBand;
|
||||
class QDockWidgetTitleButton;
|
||||
class QSpacerItem;
|
||||
class QDockWidgetItem;
|
||||
|
|
|
|||
Loading…
Reference in New Issue