~ubuntu-branches/ubuntu/wily/kid3/wily-proposed

« back to all changes in this revision

Viewing changes to src/core/import/musicbrainzreleaseimporter.h

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2013-05-11 21:00:00 UTC
  • mfrom: (1.1.15) (2.1.17 sid)
  • Revision ID: package-import@ubuntu.com-20130511210000-4k2q62ldezhgtxjt
Tags: 2.3-2
Upload to unstable 

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
#define MUSICBRAINZRELEASEIMPORTER_H
29
29
 
30
30
#include "serverimporter.h"
 
31
#include "kid3api.h"
31
32
 
32
33
/**
33
34
 * MusicBrainz release database importer.
34
35
 */
35
 
class MusicBrainzReleaseImporter : public ServerImporter
 
36
class KID3_CORE_EXPORT MusicBrainzReleaseImporter : public ServerImporter
36
37
{
37
38
public:
38
39
  /**