Skip to content
Snippets Groups Projects
Commit 9a866746 authored by Tanguy Raufflet's avatar Tanguy Raufflet
Browse files

Correctif opération à virgule non ppssible dans les opérations sur les pixels...

Correctif opération à virgule non ppssible dans les opérations sur les pixels (retrait des lignes de debug)
parent d436de84
No related branches found
No related tags found
No related merge requests found
......@@ -55,15 +55,11 @@ class MyQLineEdit : public QLineEdit {
if(text.contains("logical")){
this->setValidator(logicalValidator);
printf("111111111111");
}else if(text.contains("<<") || text.contains(">>")){
this->setValidator(shiftValidator);
printf("2222222222");
}else if(text.contains("bit-wise")){
this->setValidator(intValidator);
printf("33333333333");
}else{
printf("444444444444");
this->setValidator(doubleValidator);
}
}
......
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