communi / libcommuni

A cross-platform IRC framework for Qt
https://communi.github.io
BSD 3-Clause "New" or "Revised" License
83 stars 37 forks source link

Fix warnings caused by the use of the deprecated qSort and qUpperBound #57

Closed Timac closed 7 years ago

jpnurmi commented 7 years ago
#include <algorithm>

?

coveralls commented 7 years ago

Coverage Status

Coverage increased (+1.2%) to 93.52% when pulling 7c8814be2c2997c17b31c222c57819f96202a1c4 on Timac:FixDeprecationWarnings into 278ac0e7d522082d0063768de7920d68701684db on communi:master.

Timac commented 7 years ago

Missing #include added

coveralls commented 7 years ago

Coverage Status

Coverage increased (+1.2%) to 93.52% when pulling e8e353dc8d70926e0fc85c2873873ef422fc6625 on Timac:FixDeprecationWarnings into 278ac0e7d522082d0063768de7920d68701684db on communi:master.

jpnurmi commented 7 years ago

Thanks!