mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-09 03:57:51 +03:00
added run log
This commit is contained in:
parent
5e022195b8
commit
cf05d3c69f
11 changed files with 90 additions and 2 deletions
|
@ -2399,6 +2399,11 @@ void CSMDoc::Document::stopRunning()
|
|||
mRunner.stop();
|
||||
}
|
||||
|
||||
QTextDocument *CSMDoc::Document::getRunLog()
|
||||
{
|
||||
return mRunner.getLog();
|
||||
}
|
||||
|
||||
void CSMDoc::Document::runStateChanged()
|
||||
{
|
||||
emit stateChanged (getState(), this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue