- Implement related tags in the Danbooru interface;

- Fix return types due to utils change
This commit is contained in:
Luca Beltrame 2013-03-23 16:31:55 +01:00
parent a2c1f6d46f
commit aeba76cd06
2 changed files with 98 additions and 18 deletions

View file

@ -165,8 +165,7 @@ namespace Danbooru {
* @param tags The tags to query for related terms
* @param tagType The type of tag to query for
**/
void getRelatedTags(QStringList tags=QStringList(),
Danbooru::TagType tagType=General);
void getRelatedTags(const QStringList& tags, Danbooru::TagType tagType = General);
/**
* @return The currently allowed ratings when downloading posts.