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

new libodsstream API

parent 33454113
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,6 @@
#include <tuple>
#include <pappsomspp/utils.h>
#include <odsstream/odscolorscale.h>
#include <QDebug>
......@@ -114,7 +113,7 @@ void ComparBaseSheet::writeProteinMatch(const ProteinMatch * p_protein_match) {
for (MsRunSp & msrun_sp: _msrun_list) {
writeComparValue(p_protein_match, ValidationState::validAndChecked, msrun_sp.get());
if(_first_cell_coordinate.isEmpty()) {
_first_cell_coordinate = _p_writer->getCellCoordinate();
_first_cell_coordinate = _p_writer->getOdsCellCoordinate();
}
}
......@@ -155,7 +154,7 @@ void ComparBaseSheet::writeIdentificationGroup(IdentificationGroup * p_ident) {
}
if (!_first_cell_coordinate.isEmpty()) {
QString last_cell_coordinate = _p_writer->getCellCoordinate();
QString last_cell_coordinate = _p_writer->getOdsCellCoordinate();
qDebug() << __FILE__ << " " << __FUNCTION__ << " " << __LINE__ << " " << _first_cell_coordinate<< " " << last_cell_coordinate;
OdsColorScale color_scale(_first_cell_coordinate, last_cell_coordinate);
_p_writer->addColorScale(color_scale);
......
# cd buildwin64
# cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=../win64/home.cmake ..
set(ODSSTREAM_QT5_FOUND 1)
set(ODSSTREAM_INCLUDE_DIR "/home/olivier/eclipse/git/libodsstream/src")
set(ODSSTREAM_QT5_LIBRARY "/home/olivier/eclipse/git/libodsstream/build/src/libodsstream-qt5.so")
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