~ubuntu-branches/ubuntu/oneiric/minitube/oneiric

« back to all changes in this revision

Viewing changes to src/videoareawidget.h

  • Committer: Bazaar Package Importer
  • Author(s): Jakob Haufe
  • Date: 2011-06-10 00:12:04 UTC
  • mfrom: (1.1.8 sid)
  • Revision ID: james.westby@ubuntu.com-20110610001204-trn5lu335ywf2c2m
Tags: 1.4.3-1
New upstream version (Closes: #623821)

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
    void dragEnterEvent(QDragEnterEvent *event);
33
33
    void dropEvent(QDropEvent *event);
34
34
    void mouseMoveEvent(QMouseEvent *event);
 
35
    void leaveEvent(QMouseEvent *event);
35
36
 
36
37
private:
37
38
    QStackedLayout *stackedLayout;