~ivanalert/vkbatchfiledownloader/trunk

« back to all changes in this revision

Viewing changes to app/extractionmanager.h

  • Committer: Иван Вахромеев
  • Date: 2017-11-23 00:55:01 UTC
  • Revision ID: ivanalert@mail.ru-20171123005501-wryfxpw01hhxve0h
Восстановлена работа аудио.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
    }
48
48
 
49
49
    AbstractExtractor* extract(const QUrl &url);
50
 
    AbstractExtractor* extractVkAudio(const QUrl &url);
 
50
    AbstractExtractor* extractVkAudio(const QUrl &url, int userId);
51
51
 
52
52
private:
53
53
    QNetworkAccessManager *m_netManager;