~ubuntu-branches/ubuntu/raring/muse/raring-proposed

« back to all changes in this revision

Viewing changes to muse/widgets/mtscale_flo.cpp

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2012-11-22 01:16:59 UTC
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: package-import@ubuntu.com-20121122011659-a2fwbf33ceqe1s0t
Tags: upstream-2.1~rc1
ImportĀ upstreamĀ versionĀ 2.1~rc1

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
      button = Qt::NoButton;
52
52
      setMouseTracking(true);
53
53
      connect(MusEGlobal::song, SIGNAL(posChanged(int, unsigned, bool)), SLOT(setPos(int, unsigned, bool)));
54
 
      connect(MusEGlobal::song, SIGNAL(songChanged(int)), SLOT(songChanged(int)));
 
54
      connect(MusEGlobal::song, SIGNAL(songChanged(MusECore::SongChangedFlags_t)), SLOT(songChanged(MusECore::SongChangedFlags_t)));
55
55
      connect(MusEGlobal::song, SIGNAL(markerChanged(int)), SLOT(redraw()));
56
56
      
57
57
      parent=parent_editor;
64
64
//   songChanged
65
65
//---------------------------------------------------------
66
66
 
67
 
void MTScaleFlo::songChanged(int type)
 
67
void MTScaleFlo::songChanged(MusECore::SongChangedFlags_t type)
68
68
      {
69
69
      if (type & (SC_SIG|SC_TEMPO))
70
70
            redraw();