Ignore:
Timestamp:
Dec 22, 2011, 6:27:52 PM (14 years ago)
Author:
Silvan Scherrer
Message:

smplayer vendor udate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • smplayer/vendor/current/src/playlist.h

    r90 r118  
    11/*  smplayer, GUI front-end for mplayer.
    2     Copyright (C) 2006-2010 Ricardo Villalba <[email protected]>
     2    Copyright (C) 2006-201 Ricardo Villalba <[email protected]>
    33
    44    This program is free software; you can redistribute it and/or modify
     
    7676        int count();
    7777        bool isEmpty();
     78
    7879
    7980        bool isModified() { return modified; };
     
    9394        virtual void removeSelected();
    9495        virtual void removeAll();
     96
     97
     98
     99
    95100
    96101        virtual void addCurrentFile();
     
    107112        virtual void addDirectory(QString dir);
    108113
    109         void editPreferences();
     114        // EDIT BY NEO -->
     115        virtual void sortBy(int section);
     116        // <--
    110117
    111118        virtual bool maybeSave();
     
    122129
    123130        void setModified(bool);
     131
     132
     133
     134
     135
     136
     137
     138
     139
     140
     141
     142
     143
     144
    124145
    125146/*
     
    140161        int chooseRandomItem();
    141162        void swapItems(int item1, int item2 );
     163
     164
     165
    142166        QString lastDir();
    143167
     
    196220        MyAction * repeatAct;
    197221        MyAction * shuffleAct;
    198         MyAction * preferencesAct;
    199222
    200223        MyAction * moveUpAct;
Note: See TracChangeset for help on using the changeset viewer.