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

« back to all changes in this revision

Viewing changes to muse/waveedit/waveview.h

  • 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:
23
23
#ifndef WAVE_VIEW_H
24
24
#define WAVE_VIEW_H
25
25
 
 
26
#include "type_defs.h"
26
27
#include "view.h"
27
28
#include <QWidget>
28
29
#include <QMouseEvent>
105
106
 
106
107
   public slots:
107
108
      void setYScale(int);
108
 
      void songChanged(int type);
 
109
      void songChanged(MusECore::SongChangedFlags_t type);
109
110
 
110
111
   signals:
111
112
      void followEvent(int);