equal
deleted
inserted
replaced
31 #include <smfclientglobal.h> |
31 #include <smfclientglobal.h> |
32 #include <QMetaType> |
32 #include <QMetaType> |
33 |
33 |
34 class SmfTrackInfoPrivate; |
34 class SmfTrackInfoPrivate; |
35 |
35 |
|
36 /* |
|
37 * Implementation constants |
|
38 */ |
|
39 const int SmfMusicTracksMaxSize = 2000; |
|
40 |
36 /** |
41 /** |
37 * @ingroup smf_common_group |
42 * @ingroup smf_common_group |
38 * The track info class represents information about a music track |
43 * The track info class represents information about a music track |
39 */ |
44 */ |
40 class SMFCOMMON_EXPORT SmfTrackInfo |
45 class SMFCOMMON_EXPORT SmfTrackInfo |