From 9f95909848832b587643dcfd096a7ed221ac90dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bara?= Date: Thu, 6 Jan 2011 21:53:50 +0000 Subject: [PATCH] exterminating a deceiving parameter name --- src/core/player.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/player.h b/src/core/player.h index ed85b506f..006247b46 100644 --- a/src/core/player.h +++ b/src/core/player.h @@ -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);