~ubuntu-branches/ubuntu/saucy/minitube/saucy-proposed

« back to all changes in this revision

Viewing changes to src/youtubesearch.h

  • Committer: Bazaar Package Importer
  • Author(s): Jakob Haufe
  • Date: 2011-08-14 09:33:19 UTC
  • mfrom: (2.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20110814093319-8k24gwc4ojr7cyta
Tags: 1.5-1
* New upstream version (Closes: #637410)
* Bump Standards-Version to 3.9.2 (no changes required)

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
    void search(SearchParams *searchParams, int max, int skip);
14
14
    void abort();
15
15
    QList<Video*> getResults();
 
16
    static QString videoIdFromUrl(QString url);
16
17
 
17
18
signals:
18
19
    void gotVideo(Video*);