~ubuntu-branches/ubuntu/trusty/muse/trusty

« back to all changes in this revision

Viewing changes to muse/event.cpp

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2013-08-28 16:25:57 UTC
  • mfrom: (1.1.16)
  • Revision ID: package-import@ubuntu.com-20130828162557-27ulrksfvm64td50
Tags: 2.1.2-1
* New upstream bugfix release.
* Refresh patches.
* Fix doc links.

Show diffs side-by-side

added added

removed removed

Lines of Context:
230
230
void Event::setName(const QString& s)        { ev->setName(s);     }
231
231
int Event::spos() const                      { return ev->spos();  }
232
232
void Event::setSpos(int s)                   { ev->setSpos(s);     }
233
 
MusECore::SndFileR Event::sndFile() const              { return ev->sndFile(); }
 
233
MusECore::SndFileR Event::sndFile() const    { return ev->sndFile(); }
234
234
 
235
235
void Event::setSndFile(MusECore::SndFileR& sf) 
236
236