Skip to content

Commit

Permalink
Merge commit 'f8014af'
Browse files Browse the repository at this point in the history
  • Loading branch information
Mickael Bosch committed Aug 9, 2016
2 parents 622b7e4 + f8014af commit 7adb235
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Widgets/tangentwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ void TangentWidget::addWidgets()
functionsComboBox->setFixedSize(40,25);
connect(functionsComboBox, SIGNAL(currentIndexChanged(int)), this, SLOT(newFuncChoosen(int)));

for(int i = 0 ; i < funcNames.size(); i++){functionsComboBox->addItem(funcNames[i]);}

QLabel *label2 = new QLabel(tr("at: x ="));

tangentPos = new QLineEdit;
Expand Down

0 comments on commit 7adb235

Please sign in to comment.