aec2ebbe00
- Fix build with BITTORRENT and new libtorrent-rasterbar (obtained from Github repo). - Use linguisttools instead of lisguist; - Remove Qt build tools from runtime dependencies; - Add declarative/webkit dependencies - they're required by default; - Remove qtdbus from core dependencies (disabled by default; can be used by some plugins); - Remove gettext dependency (not used). - Explicitly depend on devel/pcre and devel/pkgconf. - Add unaccounted devel/qjson dependency for some plugins. - The same for gstreamer-plugins (LMP option). - Regenerate patches. PR: ports/201774 Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
11 lines
404 B
C++
11 lines
404 B
C++
--- plugins/lmp/plugins/fradj/eqbandwidget.cpp.orig 2014-07-28 18:35:44 UTC
|
|
+++ plugins/lmp/plugins/fradj/eqbandwidget.cpp
|
|
@@ -98,7 +98,7 @@ namespace Fradj
|
|
this,
|
|
SLOT (setGainBoxValue (int)));
|
|
|
|
- Ui_.GainSlider_->setValue (std::round (value * SliderPrecision));
|
|
+ Ui_.GainSlider_->setValue (round (value * SliderPrecision));
|
|
|
|
connect (Ui_.GainSlider_,
|
|
SIGNAL (valueChanged (int)),
|