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

« back to all changes in this revision

Viewing changes to kmix/core/volume.cpp

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2011-12-24 17:34:24 UTC
  • mfrom: (1.2.66)
  • Revision ID: package-import@ubuntu.com-20111224173424-v57lad2yyr90g8n0
Tags: 4:4.7.95-0ubuntu1
New upstream release candidate

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
 
64
64
VolumeChannel::VolumeChannel() {}
65
65
 
66
 
// @Deprecated  use method without chmask
67
 
// Volume::Volume( ChannelMask chmask, long maxVolume, long minVolume, bool hasSwitch, bool isCapture  )
68
 
// {
69
 
//     init(chmask, maxVolume, minVolume, hasSwitch, isCapture );
70
 
// }
71
 
 
72
66
Volume::Volume(long maxVolume, long minVolume, bool hasSwitch, bool isCapture )
73
67
{
74
68
        init((ChannelMask)0, maxVolume, minVolume, hasSwitch, isCapture );