forked from qt-creator/qt-creator
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user