diff options
Diffstat (limited to 'x11/leechcraft/files/patch-plugins__lmp__plugins__fradj__eqbandwidget.cpp')
-rw-r--r-- | x11/leechcraft/files/patch-plugins__lmp__plugins__fradj__eqbandwidget.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/x11/leechcraft/files/patch-plugins__lmp__plugins__fradj__eqbandwidget.cpp b/x11/leechcraft/files/patch-plugins__lmp__plugins__fradj__eqbandwidget.cpp deleted file mode 100644 index 54c437147d86..000000000000 --- a/x11/leechcraft/files/patch-plugins__lmp__plugins__fradj__eqbandwidget.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- 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)), |