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

move ptmisland sheet in a new ptm subdirectory

parent 9eeb1b4b
No related branches found
No related tags found
No related merge requests found
......@@ -98,6 +98,7 @@ SET(CPP_FILES
input/xtandemparamsaxhandler.cpp
input/xtandemsaxhandler.cpp
input/xtpxpipsaxhandler.cpp
output/ods/ptm/ptmislandsheet.cpp
output/ods/comparbasesheet.cpp
output/ods/comparspecificspectrasheet.cpp
output/ods/comparspectrasheet.cpp
......@@ -107,7 +108,6 @@ SET(CPP_FILES
output/ods/peptidepossheet.cpp
output/ods/peptidesheet.cpp
output/ods/proteinsheet.cpp
output/ods/ptmislandsheet.cpp
output/ods/samplesheet.cpp
output/ods/simplesheet.cpp
output/ods/spectrasheet.cpp
......
......@@ -38,7 +38,7 @@
#include "infosheet.h"
#include "samplesheet.h"
#include "groupingsheet.h"
#include "ptmislandsheet.h"
#include "ptm/ptmislandsheet.h"
#include <QSettings>
OdsExport::OdsExport(const Project * project):_p_project(project) {
......
/**
* \file /output/ods/ptmislandsheet.cpp
* \file /output/ods/ptm/ptmislandsheet.cpp
* \date 3/85/2017
* \author Olivier Langella
* \brief ODS PTM island sheet
......@@ -29,7 +29,7 @@
#include "ptmislandsheet.h"
#include "../../core/identificationgroup.h"
#include "../../../core/identificationgroup.h"
#include <pappsomspp/utils.h>
#include <pappsomspp/pappsoexception.h>
......
/**
* \file /output/ods/ptmislandsheet.h
* \file /output/ods/ptm/ptmislandsheet.h
* \date 3/85/2017
* \author Olivier Langella
* \brief ODS PTM island sheet
......@@ -30,11 +30,11 @@
#ifndef PTMISLANDSHEET_H
#define PTMISLANDSHEET_H
#include "../../core/project.h"
#include "../../../core/project.h"
#include <odsstream/calcwriterinterface.h>
#include "../../grouping/ptm/ptmisland.h"
#include "odsexport.h"
#include "../../gui/ptm_island_list_view/ptmislandtablemodel.h"
#include "../../../grouping/ptm/ptmisland.h"
#include "../odsexport.h"
#include "../../../gui/ptm_island_list_view/ptmislandtablemodel.h"
class PtmIslandSheet
{
......
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