Fix the manual test
This commit is contained in:
parent
c6a936bde8
commit
dd7f10cb60
1 changed files with 3 additions and 4 deletions
|
@ -47,7 +47,6 @@ DanbooruServiceTest::DanbooruServiceTest(QUrl boardUrl, Danbooru::ApiType type):
|
||||||
m_service->setParent(this);
|
m_service->setParent(this);
|
||||||
m_service->setMaximumAllowedRating(Danbooru::Explicit);
|
m_service->setMaximumAllowedRating(Danbooru::Explicit);
|
||||||
m_service->setMaxPosts(2);
|
m_service->setMaxPosts(2);
|
||||||
m_service->setImageCache(cache);
|
|
||||||
connect(m_service, &DanbooruServiceBase::postDownloaded, this, &DanbooruServiceTest::showPostData);
|
connect(m_service, &DanbooruServiceBase::postDownloaded, this, &DanbooruServiceTest::showPostData);
|
||||||
connect(m_service, &DanbooruServiceBase::poolDownloaded, this, &DanbooruServiceTest::showPoolData);
|
connect(m_service, &DanbooruServiceBase::poolDownloaded, this, &DanbooruServiceTest::showPoolData);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue