mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 20:50:34 +01:00
fix compilation
This commit is contained in:
@@ -461,7 +461,7 @@ void QETElementEditor::fillPartsList()
|
||||
|
||||
QSettings settings;
|
||||
int maxParts = settings.value("elementeditor/max-parts-element-editor-list", 200).toInt();
|
||||
if (qgis.count() <= maxParts) {
|
||||
if (qgis.count() <= maxParts)
|
||||
{
|
||||
for (int j = qgis.count() - 1 ; j >= 0 ; -- j)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user