~mixxxdevelopers/mixxx/engine-control-refactor

« back to all changes in this revision

Viewing changes to mixxx/src/widget/wpreparelibrarytableview.h

  • Committer: RJ Ryan
  • Date: 2013-06-04 00:41:29 UTC
  • mfrom: (2890.22.101 mixxx)
  • Revision ID: rryan@mixxx.org-20130604004129-8jjxkicsb3givu4a
MergingĀ fromĀ lp:mixxx.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
{
13
13
    public:
14
14
        WPrepareLibraryTableView(QWidget* parent, ConfigObject<ConfigValue>* pConfig,
15
 
                                 TrackCollection* pTrackCollection,
16
 
                                 ConfigKey headerStateKey,
17
 
                                 ConfigKey vScrollBarPosKey);
 
15
                                 TrackCollection* pTrackCollection);
18
16
        ~WPrepareLibraryTableView();
19
17
 
20
18
        virtual void onSearchStarting();