mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Load log into the log tab.
--HG-- branch : dfighter-tools
This commit is contained in:
parent
f0fdd41675
commit
3c0e76e78b
1 changed files with 3 additions and 0 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue