Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PAPPSO
xtpcpp
Commits
92b5bb10
Commit
92b5bb10
authored
Nov 09, 2020
by
Langella Olivier
Browse files
fix deprecated use of QTime
parent
533c6688
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/output/proticdbml.h
View file @
92b5bb10
...
...
@@ -28,13 +28,12 @@
*implementation
******************************************************************************/
#ifndef PROTICDBML_H
#define PROTICDBML_H
#pragma once
#include <QXmlStreamWriter>
#include <QFile>
#include <QString>
#include <QTime>
#include <Q
Elapsed
Time
r
>
#include <pappsomspp/amino_acid/aamodification.h>
#include "../core/project.h"
#include "../grouping/groupinggroup.h"
...
...
@@ -76,10 +75,8 @@ class ProticdbMl
QXmlStreamWriter
*
_output_stream
;
ProjectSp
_sp_project
;
IdentificationGroup
*
_p_identification_group
;
QTime
_duracel
;
Q
Elapsed
Time
r
_duracel
;
std
::
map
<
QString
,
QString
>
_map_accession2xmlid
;
std
::
map
<
QString
,
QString
>
_sample_to_id
;
std
::
map
<
QString
,
QString
>
_peptidekey_to_id
;
};
#endif // PROTICDBML_H
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment