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

« back to all changes in this revision

Viewing changes to src/baseguiplus.cpp

  • Committer: Package Import Robot
  • Author(s): Mateusz Łukasik, Mateusz Łukasik, Alessio Treglia
  • Date: 2014-09-10 13:50:48 UTC
  • mfrom: (1.3.3)
  • mto: This revision was merged to the branch mainline in revision 27.
  • Revision ID: package-import@ubuntu.com-20140910135048-t043hd88bhpfvfow
[ 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:
606
606
        connect( timeslider_action, SIGNAL( draggingPos(int) ), 
607
607
             this, SLOT(goToPosOnDragging(int)) );
608
608
#endif
 
609
 
 
610
        connect(timeslider_action, SIGNAL(wheelUp()), core, SLOT(wheelUp()));
 
611
        connect(timeslider_action, SIGNAL(wheelDown()), core, SLOT(wheelDown()));
 
612
 
609
613
        return timeslider_action;
610
614
}
611
615