Build fix for -no-feature-textedit

After change e54356151c, qwidgettextcontrol_p.h does not
always include qtextedit_p.h

Change-Id: If7b54384d644fda4985eb1966d6773ee393ba107
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
bb10
Paul Olav Tvete 2017-03-22 09:49:29 +01:00
parent 15fe60cfda
commit 9ccc3070dd
1 changed files with 2 additions and 0 deletions

View File

@ -64,6 +64,8 @@
#include "qdebug.h"
#include "qtextedit.h"
#include <private/qtextedit_p.h>
#include <private/qwidgettextcontrol_p.h>
#ifndef QT_NO_ACCESSIBILITY
#include "qaccessible.h"
#endif