QWinRegistry: Add missing include
qwinregistry.cpp(80): error C2079: 'list' uses undefined class 'qt::QList<qt::QString>'
Amends 40523b68c1
Change-Id: Ic622bed4ca3f3d270ab5f6a41f67151b0e40e359
Reviewed-by: Yuhang Zhao <2546789017@qq.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
bb10
parent
3696c99a9a
commit
91efee1848
|
|
@ -4,6 +4,7 @@
|
|||
#include "qwinregistry_p.h"
|
||||
#include <QtCore/qvarlengtharray.h>
|
||||
#include <QtCore/qendian.h>
|
||||
#include <QtCore/qlist.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue