commentedCode--;

This commit is contained in:
Luca Beltrame 2015-02-21 11:09:28 +01:00
parent 7b8214401b
commit 0c3b61b73c

View file

@ -430,7 +430,6 @@ void DanbooruMainWindow::downloadPosts()
m_service->setPostTags(QStringList());
m_view->rootObject()->setProperty("poolMode", QVariant(false));
m_service->getPostList();
// m_service->getRelatedTags(m_model->postTags(), DanbooruTag::General);
}