summaryrefslogtreecommitdiffstats
path: root/src/app/mainWindow.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-10-06 22:00:01 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-10-09 13:57:17 +0900
commit58bbed05107c58789755ff70e89f50458a14407b (patch)
tree9a7fb41413b1d32c9364295192c96fd6ad7313c9 /src/app/mainWindow.h
parent79a8d17988a72d78635a3757382ed21441a4bc01 (diff)
downloadcodeine-58bbed05107c58789755ff70e89f50458a14407b.tar.gz
codeine-58bbed05107c58789755ff70e89f50458a14407b.zip
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 <michele.calgaro@yahoo.it> (cherry picked from commit b5977d5e67d68ec18fad1d1130f5a306ce4fe598)
Diffstat (limited to 'src/app/mainWindow.h')
-rw-r--r--src/app/mainWindow.h2
1 files changed, 2 insertions, 0 deletions
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& );