Remove wrong features.rubberband condition of features.dockwidget

Change-Id: I8259274e7eba7943eb3a944a18fa8b598eb697d7
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
bb10
Stephan Binner 2017-04-20 20:12:20 +02:00
parent 903a59042e
commit 38bedf34c9
3 changed files with 1 additions and 3 deletions

View File

@ -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": {

View File

@ -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>

View File

@ -63,7 +63,6 @@ QT_BEGIN_NAMESPACE
class QGridLayout;
class QWidgetResizeHandler;
class QRubberBand;
class QDockWidgetTitleButton;
class QSpacerItem;
class QDockWidgetItem;