diff options
| author | vovanec <vovanec@90c681e8-e032-0410-971d-27865f9a5e38> | 2007-07-29 09:19:41 +0000 |
|---|---|---|
| committer | vovanec <vovanec@90c681e8-e032-0410-971d-27865f9a5e38> | 2007-07-29 09:19:41 +0000 |
| commit | 080507d3a2bc4c1679d1a2cd639e532fb4adbd31 (patch) | |
| tree | 7ac58e4cea61a0f836c326af448eaaa334ecb54e /src/mainwindow.h | |
| parent | 8a503d69ecb35d2e9c95885e4d1247011d788442 (diff) | |
| download | qmmp-080507d3a2bc4c1679d1a2cd639e532fb4adbd31.tar.gz qmmp-080507d3a2bc4c1679d1a2cd639e532fb4adbd31.tar.bz2 qmmp-080507d3a2bc4c1679d1a2cd639e532fb4adbd31.zip | |
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
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 6 |
1 files changed, 5 insertions, 1 deletions
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 |
