Ignore:
Timestamp:
Oct 9, 2014, 11:54:00 AM (11 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: update vendor to 14.9.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • smplayer/vendor/current/src/widgetactions.cpp

    r163 r168  
    117117                 this, SIGNAL(delayedDraggingPos(int)) );
    118118#endif
     119
     120        connect(t, SIGNAL(wheelUp()), this, SIGNAL(wheelUp()));
     121        connect(t, SIGNAL(wheelDown()), this, SIGNAL(wheelDown()));
    119122
    120123        return t;
Note: See TracChangeset for help on using the changeset viewer.