remove empty line truncation from pro editors

it's bogus. and the ProWriter will take care not to add stray empty lines now.
This commit is contained in:
Oswald Buddenhagen
2011-04-13 11:32:26 +02:00
parent fad6dd0847
commit b950d7aea6
2 changed files with 0 additions and 4 deletions

View File

@@ -1098,8 +1098,6 @@ void Qt4PriFileNode::changeFiles(const FileType fileType,
}
contents = QString::fromLocal8Bit(reader.data());
lines = contents.split(QLatin1Char('\n'));
while (!lines.isEmpty() && lines.last().isEmpty())
lines.removeLast();
}
ProMessageHandler handler;