diff options
Diffstat (limited to 'tools/qml/qdeclarativefolderlistmodel.h')
-rw-r--r-- | tools/qml/qdeclarativefolderlistmodel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/qml/qdeclarativefolderlistmodel.h b/tools/qml/qdeclarativefolderlistmodel.h index c16b44c..57b7fe5 100644 --- a/tools/qml/qdeclarativefolderlistmodel.h +++ b/tools/qml/qdeclarativefolderlistmodel.h @@ -43,6 +43,8 @@ #define QDECLARATIVEFOLDERLISTMODEL_H #include <qdeclarative.h> +#include <QStringList> +#include <QUrl> #include "../../src/declarative/3rdparty/qlistmodelinterface_p.h" QT_BEGIN_NAMESPACE |