Switch to unified view

a/GUI/progresswidget/progresswidgetif.h b/GUI/progresswidget/progresswidgetif.h
...
...
49
    virtual void setSkinSuffix(const QString&) {
49
    virtual void setSkinSuffix(const QString&) {
50
    }
50
    }
51
    
51
    
52
signals:
52
signals:
53
    // Emitted when requested position changes, either because the
53
    // Emitted when requested position changes, either because the
54
    // user acted on the slider, or seek() was called
54
    // user acted on the slider, or seek() was called. Value in seconds
55
    void progressChanged(int);
55
    void progressChanged(int);
56
};
56
};
57
57
58
#endif /* _PROGRESSWIDGETIF_H_INCLUDED_ */
58
#endif /* _PROGRESSWIDGETIF_H_INCLUDED_ */