Allow downloading posts from the toolbar

This allows downloading if the QML area is not filled.

TODO: Configure infinite scrolling
This commit is contained in:
Luca Beltrame 2015-02-21 11:07:57 +01:00
commit 7b8214401b
3 changed files with 11 additions and 1 deletions

View file

@ -42,6 +42,7 @@ public:
void clear();
DanbooruPool* poolAt(int index) const;
private:
QVector<DanbooruPool *> m_items;
static const QStringList m_headerNames;