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

@ -4,9 +4,9 @@ set(danbooru_client_SRCS
danbooruconnectwidget.cpp
model/danboorupostdelegate.cpp
model/danboorupostmodel.cpp
test.cpp
# mainwindow.cpp
# danbooru_client.cpp
# test.cpp
mainwindow.cpp
danbooru_client.cpp
testwidget.cpp
testpostdata.cpp
)