~ubuntu-branches/ubuntu/precise/kdemultimedia/precise

« back to all changes in this revision

Viewing changes to kmix/gui/mixdevicewidget.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2011-12-15 14:17:50 UTC
  • mfrom: (1.2.65)
  • Revision ID: package-import@ubuntu.com-20111215141750-e3s4q7guasynjlc7
Tags: 4:4.7.90-0ubuntu1
new upstream beta release

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
 
73
73
protected slots:
74
74
    void volumeChange( int );
75
 
    virtual void setVolume( int channel, int volume );
76
 
    virtual void setVolume( Volume volume );
 
75
//    virtual void setVolume( int channel, int volume );
 
76
//    virtual void setVolume( Volume volume );
77
77
 
78
78
protected:
79
79