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
parent
15fe60cfda
commit
9ccc3070dd
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue