whitespace and comment

This commit is contained in:
plc-user
2025-03-28 20:21:09 +01:00
parent c1559d2a99
commit d007035237

View File

@@ -47,7 +47,7 @@ namespace autonum
} }
sequentialNumbers::~sequentialNumbers() sequentialNumbers::~sequentialNumbers()
{} {}
sequentialNumbers &sequentialNumbers::operator=( sequentialNumbers &sequentialNumbers::operator=(
const sequentialNumbers &other) const sequentialNumbers &other)
@@ -656,7 +656,7 @@ namespace autonum
dirLevel = 0; dirLevel = 0;
} }
// Create Custom labels if qet_labels.xml if exit in customElementsDir // Create Custom labels if qet_labels.xml exits in customElementsDir
if (current_location.fileName() != "10_electric"){ if (current_location.fileName() != "10_electric"){
QString custom_labels = "qet_labels.xml"; QString custom_labels = "qet_labels.xml";
QString customfilepath = QETApp::customElementsDir().append(custom_labels); QString customfilepath = QETApp::customElementsDir().append(custom_labels);
@@ -741,7 +741,7 @@ namespace autonum
} }
rxml.readNext(); rxml.readNext();
} }
} }
return QString(); return QString();
} }
} }