Load log into the log tab.

This commit is contained in:
dfighter1985 2014-08-27 17:37:53 +02:00
parent f6ab5efdbb
commit ed2d1f6711

View file

@ -219,6 +219,9 @@ namespace GeorgesQt
else
return;
m_ui.logEdit->setPlainText( form->Header.Log.c_str() );
m_ui.logEdit->setReadOnly( true );
UFormElm *root = 0;
root = &m_form->getRootNode();