~ubuntu-branches/debian/experimental/vlc/experimental

« back to all changes in this revision

Viewing changes to modules/gui/qt4/components/epg/EPGItem.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Benjamin Drung, Christophe Mutricy, Benjamin Drung
  • Date: 2010-08-19 22:27:45 UTC
  • mfrom: (20.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100819222745-u7f679ldhi323o7v
Tags: 1.1.3-2
[ Christophe Mutricy ]
* Depends on xulrunner-dev >= 1.9.2
* Activate VA-API (Closes: #587792, LP: #539406)

[ Benjamin Drung ]
* Switch to dh7.
* Move libavcodec plugin from vlc-nox to vlc.
* Add Xb-Npp header to mozilla-plugin-vlc package. (Not doing anything
  on Debian at the moment, see #484010)
* Add apport hook to include more VLC dependencies in bug reports and
  install it on Ubuntu.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * EPGItem.h : EPGItem
3
3
 ****************************************************************************
4
4
 * Copyright © 2009-2010 VideoLAN
5
 
 * $Id: 04f9909ef37e7560179a0c096e097bb4a588fbee $
 
5
 * $Id: 057ff39201df635c0b37838c68b7c5316f44cc30 $
6
6
 *
7
7
 * Authors: Ludovic Fauvet <etix@l0cal.com>
8
8
 *
44
44
    const QDateTime& start() const;
45
45
 
46
46
    int duration() const;
 
47
    int getChannelNb() const;
47
48
 
48
 
    void setChannel( int channelNb );
 
49
    void setChannelNb( int channelNb );
49
50
    void setStart( const QDateTime& start );
50
51
    void setDuration( int duration );
51
52
    void setName( const QString& name );