Skip to content

Commit

Permalink
Disable SerieDataList comparisons
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 01627f1 commit 4f61584
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libshvcoreqt/include/shv/coreqt/data/valuechange.h
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ class SHVCOREQT_DECL_EXPORT SerieData : public std::vector<ValueChange>

class SHVCOREQT_DECL_EXPORT SerieDataList : public QVector<SerieData>
{
public:
bool operator==(const SerieDataList&) const = delete;

};

} // namespace shv::coreqt::data
Expand Down

0 comments on commit 4f61584

Please sign in to comment.