Load log into the log tab.

--HG--
branch : dfighter-tools
This commit is contained in:
dfighter1985 2014-08-27 17:37:53 +02:00
parent f0fdd41675
commit 3c0e76e78b

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();