From 080507d3a2bc4c1679d1a2cd639e532fb4adbd31 Mon Sep 17 00:00:00 2001 From: vovanec Date: Sun, 29 Jul 2007 09:19:41 +0000 Subject: added song position navigation, context menu over main display git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@45 90c681e8-e032-0410-971d-27865f9a5e38 --- src/mainwindow.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/mainwindow.h') diff --git a/src/mainwindow.h b/src/mainwindow.h index cece1afcf..d121fc1d1 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -98,6 +98,9 @@ private slots: void updateEQ(); void updatePreset(); void updateSkin(); + + void forward(); + void backward(); void jumpToFile(); @@ -132,7 +135,8 @@ private: Skin *m_skin; QString m_playlistName; JumpToTrackDialog* m_jumpDialog; - bool m_hide_on_titlebar_close; + bool m_hide_on_titlebar_close; + int m_elapsed; }; #endif -- cgit v1.2.3-13-gbd6f