Changeset 18 for gui/main_window.h


Ignore:
Timestamp:
12/31/07 11:10:22 (4 years ago)
Author:
sander
Message:

Sorting works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gui/main_window.h

    r17 r18  
    33 
    44#include <QMainWindow> 
     5#include <QSortFilterProxyModel> 
    56#include <QTimer> 
    67 
     
    2526        PlaylistTableModel playlistModel; 
    2627        MusicLibraryModel musicLibraryModel; 
     28        QSortFilterProxyModel libraryProxyModel; 
    2729        bool slidingVolume; 
    2830 
Note: See TracChangeset for help on using the changeset viewer.