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

« back to all changes in this revision

Viewing changes to src/youtubestreamreader.h

  • Committer: Package Import Robot
  • Author(s): Jakob Haufe
  • Date: 2012-09-29 02:43:53 UTC
  • mfrom: (2.1.10)
  • Revision ID: package-import@ubuntu.com-20120929024353-cvsvqeewq4p93pb4
Tags: 1.9-1
* New upstream version (Closes: #673696).
* Refresh disable-update-check.
* Refresh proper-tempfiles.
* Use hardening-wrapper.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
    YouTubeStreamReader();
12
12
    bool read(QByteArray data);
13
13
    QList<Video*> getVideos();
 
14
    const QStringList & getSuggestions() const;
14
15
 
15
16
private:
16
17
    void readMediaGroup();
17
18
    void readEntry();
18
19
    QList<Video*> videos;
 
20
    QStringList suggestions;
19
21
};
20
22
 
21
23
#endif // YOUTUBESTREAMREADER_H