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.
--HG-- branch : dfighter-tools
This commit is contained in:
parent
aba33c2406
commit
8c9237a16f
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();
|
m_pvt->dfn = new NLGEORGES::CFormDfn();
|
||||||
|
|
||||||
loadDfn();
|
loadDfn();
|
||||||
|
|
||||||
|
log( "Created" );
|
||||||
}
|
}
|
||||||
|
|
||||||
void GeorgesDFNDialog::onAddClicked()
|
void GeorgesDFNDialog::onAddClicked()
|
||||||
|
|
|
@ -423,6 +423,8 @@ namespace GeorgesQt
|
||||||
setWindowTitle( info.fileName() + "*" );
|
setWindowTitle( info.fileName() + "*" );
|
||||||
setModified( true );
|
setModified( true );
|
||||||
|
|
||||||
|
log( "Created" );
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -115,6 +115,8 @@ void GeorgesTypDialog::newDocument( const QString &fileName )
|
||||||
setModified( true );
|
setModified( true );
|
||||||
|
|
||||||
loadTyp();
|
loadTyp();
|
||||||
|
|
||||||
|
log( "Created" );
|
||||||
}
|
}
|
||||||
|
|
||||||
void GeorgesTypDialog::onAddClicked()
|
void GeorgesTypDialog::onAddClicked()
|
||||||
|
|
Loading…
Reference in a new issue