From b5977d5e67d68ec18fad1d1130f5a306ce4fe598 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 6 Oct 2023 22:00:01 +0900 Subject: xine engine: make volume control logarithmic for versions of xine < 1.2.13. For xine versions >= 1.2.13, libxine already makes the volume logarithmic. This relates to TDE/tdemultimedia#40. Signed-off-by: Michele Calgaro --- src/app/mainWindow.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/app/mainWindow.h') diff --git a/src/app/mainWindow.h b/src/app/mainWindow.h index 2139cd5..6ba9e89 100644 --- a/src/app/mainWindow.h +++ b/src/app/mainWindow.h @@ -11,6 +11,7 @@ class KURL; class TQLabel; class TQPopupMenu; class TQSlider; +class VolumeAction; namespace Codeine @@ -65,6 +66,7 @@ namespace Codeine TQLabel *m_timeLabel; TQLabel *m_titleLabel; TQWidget *m_analyzer; + VolumeAction *m_volumeAction; //undefined MainWindow( const MainWindow& ); -- cgit v1.2.3