Skip to content

Commit

Permalink
Remove SerieDataList
Browse files Browse the repository at this point in the history
Has problems in MSVC.
  • Loading branch information
syyyr committed Oct 21, 2024
1 parent 467dc55 commit abf5214
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions libshvcoreqt/include/shv/coreqt/data/valuechange.h
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,6 @@ class SHVCOREQT_DECL_EXPORT SerieData : public std::vector<ValueChange>
ValueType m_xType;
ValueType m_yType;
};

class SHVCOREQT_DECL_EXPORT SerieDataList : public QVector<SerieData>
{
};

} // namespace shv::coreqt::data


0 comments on commit abf5214

Please sign in to comment.