~neon/lokalize/master

« back to all changes in this revision

Viewing changes to src/msgctxtview.cpp

  • Committer: David Faure
  • Date: 2018-12-09 17:38:56 UTC
  • mfrom: (1311.1.5)
  • Revision ID: git-v1:957e7892748e6da44227c4bb21cb9bf6c3bce79c
Merge branch 'Applications/18.12'

Show diffs side-by-side

added added

removed removed

Lines of Context:
209
209
        if (!m_pologyStartedReceivingOutput) {
210
210
            m_pologyStartedReceivingOutput = true;
211
211
        }
212
 
        m_pologyData += m_pologyProcess->readAllStandardError().replace('\n', MsgCtxtView::BR);
 
212
        m_pologyData += m_pologyProcess->readAllStandardError().replace('\n', MsgCtxtView::BR.toLatin1());
213
213
    }
214
214
}
215
215
void MsgCtxtView::pologyHasFinished()