~ubuntu-branches/ubuntu/saucy/muse/saucy

« back to all changes in this revision

Viewing changes to muse/liste/listedit.cpp

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2013-01-31 10:21:39 UTC
  • mfrom: (1.1.15)
  • Revision ID: package-import@ubuntu.com-20130131102139-3nzmsj7eoul58cp5
Tags: 2.1.1-1
* New upstream release.
* Refresh patches.
* Remove unnecessary debian/patches/0001-es_locale_fix.patch.
* Fix Vcs fields.
* Refresh debian/copyright.
* Elaborate public-domain licensed code.
* Fix doc-base control file.
* Bump debhelper requirements.

Show diffs side-by-side

added added

removed removed

Lines of Context:
439
439
//   ListEdit
440
440
//---------------------------------------------------------
441
441
 
442
 
ListEdit::ListEdit(MusECore::PartList* pl)
443
 
   : MidiEditor(TopWin::LISTE, 0, pl)
 
442
ListEdit::ListEdit(MusECore::PartList* pl, QWidget* parent, const char* name)
 
443
   : MidiEditor(TopWin::LISTE, 0, pl, parent, name)
444
444
      {
445
445
      selectedTick=0;
446
446