Changeset 17 for gui/main_window.h
- Timestamp:
- 12/30/07 20:55:36 (4 years ago)
- File:
-
- 1 edited
-
gui/main_window.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gui/main_window.h
r11 r17 6 6 7 7 #include "ui_main_window.h" 8 #include "gui/musiclibrarymodel.h" 8 9 #include "gui/playlisttablemodel.h" 9 10 #include "lib/mpdconnection.h" … … 20 21 private: 21 22 MPDConnection mpd; 22 MPDStatus *mpd_status;23 MPDStatus mpd_status; 23 24 QTimer statusTimer; 24 25 PlaylistTableModel playlistModel; 26 MusicLibraryModel musicLibraryModel; 25 27 bool slidingVolume; 26 28 … … 34 36 void setVolume(); 35 37 void updateCurrentSong(Song *song); 36 void updateStatus( MPDStatus *status);38 void updateStatus(const MPDStatus &status); 37 39 void playlistItemActivated(const QModelIndex &); 38 40 void removeFromPlaylist();
Note: See TracChangeset
for help on using the changeset viewer.
