- Implement related tags in the Danbooru interface;
- Fix return types due to utils change
This commit is contained in:
parent
a2c1f6d46f
commit
aeba76cd06
2 changed files with 98 additions and 18 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue