We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 585c213 commit a0d1bbfCopy full SHA for a0d1bbf
src/texdocdialog.cpp
@@ -162,7 +162,7 @@ void TexdocDialog::itemChanged(QTableWidgetItem* item)
162
delete bt;
163
}
164
if (package.descriptions.count()>1){
165
- for(CTANDescription description : package.descriptions){
+ for(const CTANDescription &description : package.descriptions){
166
QPushButton * langButton = new QPushButton(description.language,this);
167
langButton->setCheckable(true);
168
buttonGroup.addButton(langButton);
0 commit comments