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

« back to all changes in this revision

Viewing changes to src/core/model/trackdatamodel.h

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2012-05-14 18:27:44 UTC
  • mfrom: (1.1.14) (2.1.16 sid)
  • Revision ID: package-import@ubuntu.com-20120514182744-4tul4661q4rao8vm
Tags: 2.1-2
Remove patch 01-gcc4.7-ftbfs, it was merged with 2.1 to another location.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
#include <QAbstractTableModel>
31
31
#include <QList>
32
32
#include "trackdata.h"
 
33
#include "kid3api.h"
33
34
 
34
35
/**
35
36
 * Model for table with track data.
36
37
 */
37
 
class TrackDataModel : public QAbstractTableModel {
 
38
class KID3_CORE_EXPORT TrackDataModel : public QAbstractTableModel {
38
39
  Q_OBJECT
39
40
public:
40
41
  /** Additional track properties extending Frame::Type. */