Add missing includes
The latest changes to KImageCache are slightly source incompatible, so some types have to be included earlier.
This commit is contained in:
parent
037277da3c
commit
418bcfa75a
@ -23,11 +23,11 @@
|
||||
#include <QSize>
|
||||
#include <KDirModel>
|
||||
#include <QVariant>
|
||||
#include <KImageCache>
|
||||
#include <KSharedDataCache>
|
||||
|
||||
class QTimer;
|
||||
|
||||
class KImageCache;
|
||||
|
||||
/**
|
||||
* This class provides a QML binding to KDirModel
|
||||
* Provides an easy way to navigate a filesystem from within QML
|
||||
|
@ -27,6 +27,7 @@
|
||||
#include <QDebug>
|
||||
#include <KColorScheme>
|
||||
#include <KImageCache>
|
||||
#include <KSharedDataCache>
|
||||
#include <KWindowSystem>
|
||||
#include <QTimer>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user