# # # patch "test.cpp" # from [56d10690b8d91dfcd000a9c5fe604d54eab3f11d] # to [4c053219d6ffbe3f3963151090c32a1795afb364] # ============================================================ --- test.cpp 56d10690b8d91dfcd000a9c5fe604d54eab3f11d +++ test.cpp 4c053219d6ffbe3f3963151090c32a1795afb364 @@ -58,7 +58,7 @@ void TestDlg::execute() QString out = output->toPlainText(); if (splitoutput->isChecked()) { - in << out.split("\n"); + in << out.split("\n", QString::SkipEmptyParts); } else {