~ubuntu-branches/ubuntu/gutsy/kid3/gutsy

« back to all changes in this revision

Viewing changes to kid3/musicbrainzreleasedialog.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Mercatante
  • Date: 2007-07-01 00:31:03 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20070701003103-2qownnv49a7jdqm3
Tags: 0.9-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 * @param trackDataVector track data to be filled with imported values
37
37
 */
38
38
MusicBrainzReleaseDialog::MusicBrainzReleaseDialog(
39
 
        QWidget *parent,
 
39
        QWidget* parent,
40
40
        ImportTrackDataVector& trackDataVector)
41
41
        : ImportSourceDialog(parent, "MusicBrainz", trackDataVector,
42
42
                                                                                         new MusicBrainzReleaseClient, props)