mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Enter a log entry when creating new documents.
This commit is contained in:
parent
a1a11140bd
commit
c8b0e46599
3 changed files with 6 additions and 0 deletions
|
@ -115,6 +115,8 @@ void GeorgesDFNDialog::newDocument( const QString &fileName )
|
|||
m_pvt->dfn = new NLGEORGES::CFormDfn();
|
||||
|
||||
loadDfn();
|
||||
|
||||
log( "Created" );
|
||||
}
|
||||
|
||||
void GeorgesDFNDialog::onAddClicked()
|
||||
|
|
|
@ -423,6 +423,8 @@ namespace GeorgesQt
|
|||
setWindowTitle( info.fileName() + "*" );
|
||||
setModified( true );
|
||||
|
||||
log( "Created" );
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
@ -115,6 +115,8 @@ void GeorgesTypDialog::newDocument( const QString &fileName )
|
|||
setModified( true );
|
||||
|
||||
loadTyp();
|
||||
|
||||
log( "Created" );
|
||||
}
|
||||
|
||||
void GeorgesTypDialog::onAddClicked()
|
||||
|
|
Loading…
Reference in a new issue