X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/56f7c4239666506c59af42885f0bf0141d21a614..9bfa0c13066918f440ac2b5461fb3f8847f43fd6:/VHDLConverter.cpp diff --git a/VHDLConverter.cpp b/VHDLConverter.cpp index 42fff3a..d3938b2 100644 --- a/VHDLConverter.cpp +++ b/VHDLConverter.cpp @@ -826,11 +826,12 @@ void VHDLConverter::replaceSignalNames(QString& line) { void VHDLConverter::updateArchitecture() { QRegularExpression rxLT("<=",QRegularExpression::CaseInsensitiveOption); QRegularExpression rxGT("=>",QRegularExpression::CaseInsensitiveOption); - foreach(QString line, archLines) { + for(int i=0;i