Changeset 17 for gui/main_window.h


Ignore:
Timestamp:
12/30/07 20:55:36 (4 years ago)
Author:
sander
Message:

Lots of updates, the music library is now being showed in the tree view. Though it doesn't actually do anything yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gui/main_window.h

    r11 r17  
    66 
    77#include "ui_main_window.h" 
     8#include "gui/musiclibrarymodel.h" 
    89#include "gui/playlisttablemodel.h" 
    910#include "lib/mpdconnection.h" 
     
    2021    private: 
    2122        MPDConnection mpd; 
    22         MPDStatus *mpd_status; 
     23        MPDStatus mpd_status; 
    2324        QTimer statusTimer; 
    2425        PlaylistTableModel playlistModel; 
     26        MusicLibraryModel musicLibraryModel; 
    2527        bool slidingVolume; 
    2628 
     
    3436        void setVolume(); 
    3537        void updateCurrentSong(Song *song); 
    36         void updateStatus(MPDStatus *status); 
     38        void updateStatus(const MPDStatus &status); 
    3739        void playlistItemActivated(const QModelIndex &); 
    3840        void removeFromPlaylist(); 
Note: See TracChangeset for help on using the changeset viewer.