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

« back to all changes in this revision

Viewing changes to muse/master/lmaster.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 __LMASTER_EDIT_H__
24
24
#define __LMASTER_EDIT_H__
25
25
 
 
26
#include "type_defs.h"
26
27
#include "midieditor.h"
27
28
#include "noteinfo.h"
28
29
#include "cobject.h"
165
166
      void comboboxTimerSlot();
166
167
 
167
168
   public slots:
168
 
      void songChanged(int);
 
169
      void songChanged(MusECore::SongChangedFlags_t);
169
170
      void configChanged();
170
171
      void focusCanvas();
171
172