exterminating a deceiving parameter name

This commit is contained in:
Paweł Bara 2011-01-06 21:53:50 +00:00
parent 55683887c0
commit 9f95909848
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ class Player : public QObject {
void Error(const QString& message);
void TrackSkipped(PlaylistItemPtr old_track);
// Emitted when there's a manual change to the current's track position.
void Seeked(qlonglong milliseconds);
void Seeked(qlonglong microseconds);
void ForceShowOSD(Song);