Switch to unified view

a/GUI/player/GUI_Player.h b/GUI/player/GUI_Player.h
...
...
41
class GUI_LibraryPath;
41
class GUI_LibraryPath;
42
class GUI_Notifications;
42
class GUI_Notifications;
43
class GUI_Startup_Dialog;
43
class GUI_Startup_Dialog;
44
class CoverLookup;
44
class CoverLookup;
45
class GUI_Alternate_Covers;
45
class GUI_Alternate_Covers;
46
class QTemporaryFile;
46
47
47
class GUI_Player : public QMainWindow {
48
class GUI_Player : public QMainWindow {
48
    Q_OBJECT
49
    Q_OBJECT
49
public:
50
public:
50
    explicit GUI_Player(QTranslator* translator, QWidget *parent = 0);
51
    explicit GUI_Player(QTranslator* translator, QWidget *parent = 0);
...
...
175
176
176
    int                 m_library_width;
177
    int                 m_library_width;
177
    int                 m_library_stretch_factor;
178
    int                 m_library_stretch_factor;
178
    CSettingsStorage*   m_settings;
179
    CSettingsStorage*   m_settings;
179
    QTranslator*        m_translator;
180
    QTranslator*        m_translator;
180
181
    QTemporaryFile*     m_covertempfile;
181
182
182
    void setupTrayActions ();
183
    void setupTrayActions ();
183
184
184
    void setVolume(int vol, bool dostore, bool doemit);
185
    void setVolume(int vol, bool dostore, bool doemit);
185
    void setupVolButton(int percent);
186
    void setupVolButton(int percent);