Skip to content
Snippets Groups Projects
Commit 4be9432b authored by Langella Olivier's avatar Langella Olivier
Browse files

fix date

parent c5e059c8
No related branches found
Tags xtpcpp_0.1.16-1
No related merge requests found
/**
* \file /output/ods/ptm/ptmislandsheet.cpp
* \date 3/85/2017
* \date 3/5/2017
* \author Olivier Langella
* \brief ODS PTM island sheet
*/
......@@ -46,6 +46,7 @@ PtmIslandSheet::PtmIslandSheet (OdsExport * p_ods_export, CalcWriterInterface *
}
qDebug() << "PtmIslandSheet::PtmIslandSheet end" ;
}
void PtmIslandSheet::writeCellHeader(PtmIslandListColumn column) {
qDebug() << "PtmIslandSheet::writeCellHeader begin " << (std::int8_t) column;
_p_writer->setCellAnnotation(PtmIslandTableModel::getDescription(column));
......
/**
* \file /output/ods/ptm/ptmislandsheet.h
* \date 3/85/2017
* \date 3/5/2017
* \author Olivier Langella
* \brief ODS PTM island sheet
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment