Skip to content
Snippets Groups Projects
Commit 8c43529a authored by Tom Fischer's avatar Tom Fischer Committed by Dmitri Naumov
Browse files

[VtkAlgorithmProperty*Edit] Added break at end of case.

parent ac5918c7
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,7 @@ VtkAlgorithmPropertyLineEdit::VtkAlgorithmPropertyLineEdit(const QString& conten
case QVariant::Int:
this->setValidator(new QIntValidator(this));
break;
default:
break;
......
......@@ -47,6 +47,7 @@ VtkAlgorithmPropertyVectorEdit::VtkAlgorithmPropertyVectorEdit( const QList<QStr
case QVariant::Int:
lineEdit->setValidator(new QIntValidator(this));
break;
default:
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment