Changeset 170 for smplayer/trunk/src/widgetactions.cpp
- Timestamp:
- Oct 9, 2014, 2:54:21 PM (11 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 168
- Property svn:mergeinfo changed
-
smplayer/trunk/src/widgetactions.cpp
r165 r170 117 117 this, SIGNAL(delayedDraggingPos(int)) ); 118 118 #endif 119 120 connect(t, SIGNAL(wheelUp()), this, SIGNAL(wheelUp())); 121 connect(t, SIGNAL(wheelDown()), this, SIGNAL(wheelDown())); 119 122 120 123 return t;
Note:
See TracChangeset
for help on using the changeset viewer.