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

using pragma once to replace old school ifdef

parent 3a990557
No related branches found
No related tags found
No related merge requests found
......@@ -28,8 +28,7 @@
*implementation
******************************************************************************/
#ifndef COMPARSPECIFICSPECTRASHEET_H
#define COMPARSPECIFICSPECTRASHEET_H
#pragma once
#include "comparbasesheet.h"
class ComparSpecificSpectraSheet : public ComparBaseSheet
......@@ -60,4 +59,3 @@ class ComparSpecificSequenceSheet : public ComparBaseSheet
const Label *p_label = nullptr) override;
};
#endif // COMPARSPECIFICSPECTRASHEET_H
......@@ -28,9 +28,7 @@
*implementation
******************************************************************************/
#ifndef COMPARSPECTRASHEET_H
#define COMPARSPECTRASHEET_H
#pragma once
#include "comparbasesheet.h"
class ComparSpectraSheet : public ComparBaseSheet
......@@ -106,5 +104,3 @@ class ComparNsafSheet : public ComparBaseSheet
private:
std::map<QString, pappso::pappso_double> _map_proto_nsaf_sum_by_msrun;
};
#endif // COMPARSPECTRASHEET_H
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