mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-09-13 20:23:04 +02:00
fix compilation
This commit is contained in:
parent
e51ddbaa42
commit
8bc4053d35
@ -461,7 +461,7 @@ void QETElementEditor::fillPartsList()
|
|||||||
|
|
||||||
QSettings settings;
|
QSettings settings;
|
||||||
int maxParts = settings.value("elementeditor/max-parts-element-editor-list", 200).toInt();
|
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)
|
for (int j = qgis.count() - 1 ; j >= 0 ; -- j)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user