Fix build without features.completer
Change-Id: Idc79921f85a920bc8c1280513ce78ee0cb00d415 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
This commit is contained in:
parent
1b7337d23d
commit
b32c0ecc4c
@ -73,7 +73,9 @@
|
||||
#include <private/qabstractitemmodel_p.h>
|
||||
#include <private/qabstractscrollarea_p.h>
|
||||
#include <private/qlineedit_p.h>
|
||||
#if QT_CONFIG(completer)
|
||||
#include <private/qcompleter_p.h>
|
||||
#endif
|
||||
#include <qdebug.h>
|
||||
#if QT_CONFIG(effects)
|
||||
# include <private/qeffects_p.h>
|
||||
|
Loading…
Reference in New Issue
Block a user