Supported operations for various APIs
This commit is contained in:
parent
c3fc3ac6bf
commit
9b438c9edc
2 changed files with 9 additions and 0 deletions
|
|
@ -48,6 +48,14 @@ Q_OBJECT
|
|||
|
||||
public:
|
||||
|
||||
enum SupportedOperations {
|
||||
PostDownload = 6000,
|
||||
TagDownload = 6001,
|
||||
TagSearch = 6002,
|
||||
PoolDownload = 6003,
|
||||
RelatedTagSearch = 6004
|
||||
}
|
||||
|
||||
explicit DanbooruServiceBase();
|
||||
~DanbooruServiceBase();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue