summaryrefslogtreecommitdiffstats
path: root/src/track/track.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/track/track.h')
-rw-r--r--src/track/track.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/track/track.h b/src/track/track.h
index 75524ee438..8d4f8e33a5 100644
--- a/src/track/track.h
+++ b/src/track/track.h
@@ -235,7 +235,12 @@ class Track : public QObject {
// Set URL for track
void setURL(const QString& url);
- /// Formatted string with artist and title.
+ /// Separator between artist and title string that is
+ /// used for composing the track info.
+ static const QString kArtistTitleSeparator;
+
+ /// Formatted string with artist and title, separated by
+ /// kArtistTitleSeparator.
QString getInfo() const;
/// The filename if BOTH artist AND title are empty, e.g. for tracks without