~ubuntu-branches/ubuntu/dapper/kdemultimedia/dapper

« back to all changes in this revision

Viewing changes to kmix/kmix.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2006-01-23 14:26:07 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060123142607-4cj5fiu4gef3wypf
Tags: 4:3.5.1-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
class Mixer;
49
49
 
50
50
#include "mixer.h"
 
51
#include "mixdevicewidget.h"
51
52
 
52
53
 
53
54
class 
100
101
   bool m_hideOnClose;
101
102
   bool m_showTicks;
102
103
   bool m_showLabels;
 
104
   MixDeviceWidget::ValueStyle m_valueStyle;             // No numbers by default
103
105
   bool m_onLogin;
104
106
   bool m_startVisible;
105
107
   bool m_showMenubar;