freebsd-ports/x11/leechcraft/files/patch-plugins__lmp__plugins__fradj__eqbandwidget.cpp
Veniamin Gvozdikov aec2ebbe00 - Add LICENSE/LICENSE_FILE.
- 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>
2015-07-27 18:59:31 +00:00

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)),