Ignore:
Timestamp:
Oct 9, 2014, 2:54:21 PM (11 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: updated trunk to 14.9.0

Location:
smplayer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/trunk

  • smplayer/trunk/src/skingui/mediapanel.cpp

    r165 r170  
    5555        repeatButton = new MyButton(this);
    5656        shuffleButton = new MyButton(this);
    57         seeker = new PanelSeeker;
     57        seeker = new PanelTimeSeeker;
    5858        seeker->setObjectName("panel-seeker");
    5959        seeker->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Ignored);
     
    9898        connect(timer, SIGNAL(timeout()), this, SLOT(reverseStatus()));
    9999        connect(seeker, SIGNAL(valueChanged(int)), this, SIGNAL(seekerChanged(int)));
     100        connect(seeker, SIGNAL(wheelUp()), this, SIGNAL(seekerWheelUp()));
     101        connect(seeker, SIGNAL(wheelDown()), this, SIGNAL(seekerWheelDown()));
    100102}
    101103
Note: See TracChangeset for help on using the changeset viewer.