mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 22:00:35 +01:00
Revert "Try Clazy fix-its"
Segfault on old Qt versions!
This reverts commit dba7caed30.
This commit is contained in:
@@ -223,8 +223,7 @@ void LineEditor::setUpChangeConnections()
|
||||
*/
|
||||
void LineEditor::disconnectChangeConnections()
|
||||
{
|
||||
for (const auto& connection : std::as_const(m_change_connections))
|
||||
{
|
||||
for (auto connection : m_change_connections) {
|
||||
disconnect(connection);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user