~ubuntu-branches/ubuntu/wily/smplayer/wily

« back to all changes in this revision

Viewing changes to src/widgetactions.cpp

  • Committer: Package Import Robot
  • Author(s): Mateusz Łukasik, Mateusz Łukasik, Alessio Treglia
  • Date: 2014-09-10 13:50:48 UTC
  • mfrom: (20.2.4 sid)
  • Revision ID: package-import@ubuntu.com-20140910135048-sylwe889q2pvjfey
Tags: 14.9.0~ds0-1
[ Mateusz Łukasik ]
* New upstream release.

[ Alessio Treglia ]
* Repackaging upstream sources to get rid of
  zlib/contrib/dotzlib/DotZLib.chm.
* Enable parallel builds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
117
117
                 this, SIGNAL(delayedDraggingPos(int)) );
118
118
#endif
119
119
 
 
120
        connect(t, SIGNAL(wheelUp()), this, SIGNAL(wheelUp()));
 
121
        connect(t, SIGNAL(wheelDown()), this, SIGNAL(wheelDown()));
 
122
 
120
123
        return t;
121
124
}
122
125