Fix shadowed variable
This commit is contained in:
@@ -231,8 +231,7 @@ SliderLadderElement::SliderLadderElement(const double &multiplier, QString width
|
||||
QWidget(parent),
|
||||
multiplier_(multiplier),
|
||||
highlighted_(false),
|
||||
multiplier_visible_(true),
|
||||
width_hint(width_hint)
|
||||
multiplier_visible_(true)
|
||||
{
|
||||
QVBoxLayout* layout = new QVBoxLayout(this);
|
||||
|
||||
|
||||
@@ -58,8 +58,6 @@ private:
|
||||
|
||||
bool multiplier_visible_;
|
||||
|
||||
QString width_hint;
|
||||
|
||||
};
|
||||
|
||||
class SliderLadder : public QFrame
|
||||
|
||||
Reference in New Issue
Block a user