Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Добавление параметров в аудиозапросы #4

Merged
merged 4 commits into from
Nov 23, 2012

Conversation

rasendubi
Copy link
Contributor

No description provided.

AudioItemListReply *getContactAudio(int uid, int count = 50, int offset = 0);
AudioItemListReply *searchAudio(const QString &query, int count = 50, int offset = 0);
AudioItemListReply *getContactAudio(int uid = 0, int count = 50, int offset = 0);
AudioItemListReply *searchAudio(const QString &query, bool autoComplete = true, SortOrder sort = SortByPopularity, bool lyrics = false, int count = 50, int offset = 0);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

А может лучше флаги в конец засунуть? и лучше всё-таки bool withLyrics

alekseysidorov added a commit that referenced this pull request Nov 23, 2012
Добавление параметров в аудиозапросы
@alekseysidorov alekseysidorov merged commit 8a168f3 into alekseysidorov:master Nov 23, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants