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:
parent
d94084bc25
commit
735d08f1a8
3 changed files with 63 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue