Add functionality to ensure that the basic system works

There are some things missing:

- Configuration
- Resuming downloads when the list doesn't scroll past the window
This commit is contained in:
Luca Beltrame 2015-02-08 23:53:57 +01:00
parent d94084bc25
commit 735d08f1a8
3 changed files with 63 additions and 11 deletions

View file

@ -24,6 +24,9 @@
#define DANBOORU_CLIENT_H
#include <kxmlguiwindow.h>
#include <KSharedDataCache>
#include <KImageCache>
class QQuickWidget;
@ -71,6 +74,7 @@ private:
DanbooruPostModel *m_model;
DanbooruService *m_service;
DanbooruConnectWidget *m_connectWidget;
KImageCache *m_cache;
};
} // namespace Danbooru