~ubuntu-branches/ubuntu/natty/kdemultimedia/natty-updates

« back to all changes in this revision

Viewing changes to kmix/apps/kmix.h

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2011-04-19 16:01:21 UTC
  • Revision ID: james.westby@ubuntu.com-20110419160121-jw7ffrspt26u3kt2
Tags: 4:4.6.2-0ubuntu2
* Add kubuntu_03_kmix_pulseaudio_fixes.diff: Cherry-pick several PulseAudio
  related KMix fixes that will be part of KDE 4.6.3.
  - Fixes very high CPU usage. (LP: #720882)
  - Fixes memory leaks. (LP: #676780)

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
   Qt::Orientation m_toplevelOrientation;
117
117
 
118
118
   KTabWidget *m_wsMixers;
119
 
   QPushButton* _cornerLabelNew;
120
119
 
121
120
   KMixPrefDlg *m_prefDlg;
122
121
   KMixDockWidget *m_dockWidget;
137
136
  private slots:
138
137
   void saveConfig();
139
138
   void slotHWInfo();
140
 
   void slotPavucontrolExec();
141
139
   void slotKdeAudioSetupExec();
142
140
   void slotConfigureCurrentView();
143
141
   void slotSelectMaster();