Skip to content
Snippets Groups Projects
Commit a6c4c965 authored by Schrödter, Tobias's avatar Schrödter, Tobias
Browse files

Merge branch '208-remove-compiler-warnings' into 'master'

Removes compiler warnings

Closes #208

See merge request !125
parents 9b86b572 f4419509
No related branches found
No related tags found
1 merge request!125Removes compiler warnings
Pipeline #44533 passed
......@@ -28,7 +28,7 @@
#include "extrCalibration.h"
#include "moCapPersonMetadata.h"
class SkeletonLine;
struct SkeletonLine;
class QDomElement;
struct SegmentRenderData
......@@ -43,7 +43,7 @@ public:
bool operator==(const SegmentRenderData& lhs, const SegmentRenderData& rhs);
/**
* @brief The MoCapController class controlls the visualisation of MoCap data.
* @brief The MoCapController class controls the visualisation of MoCap data.
*
* This class coordinates the visualization of motion capturing data. It saves the
* different parameters of the visualization and transforms the data in MoCapStorage
......
......@@ -25,7 +25,7 @@
class MoCapController;
class Animation;
class Petrack;
class SegmentRenderData;
struct SegmentRenderData;
/**
* @brief The MoCapItem class draws stick figures to visalize the MoCap data.
......
......@@ -59,7 +59,6 @@ public:
void setXml(QDomElement &elem) const;
private:
int mId;
std::vector<SkeletonTree> mSkeletons;
MoCapPersonMetadata mMetadata;
};
......
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