Changeset 48 for gui/main_window.h


Ignore:
Timestamp:
01/09/08 20:20:39 (4 years ago)
Author:
roeland
Message:

Position Slider working

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gui/main_window.h

    r42 r48  
    3434        QSortFilterProxyModel libraryProxyModel; 
    3535        bool slidingVolume; 
     36        bool slidingPosition; 
    3637        QIcon icon; 
    3738 
     
    4748        void showPreferencesDialog(); 
    4849        void showAboutDialog(); 
     50        void positionSliderPressed(); 
     51        void positionSliderReleased(); 
    4952        void volumeSliderPressed(); 
    5053        void volumeSliderReleased(); 
     
    5457        void previousTrack(); 
    5558        void setVolume(); 
     59        void setPosition(); 
    5660        void setRandom(int); 
    5761        void setRepeat(int); 
Note: See TracChangeset for help on using the changeset viewer.