Ref T725, "<<" should work

This commit is contained in:
Klaus Basan
2019-09-16 00:21:34 +02:00
committed by Mat Sutcliffe
parent 6521b89fdd
commit b3b2f5b751

View File

@@ -135,6 +135,9 @@ namespace BlackMisc
//! \copydoc Mixin::String::toQString
QString convertToQString(bool i18n = false) const;
//! \copydoc Mixin::String::toQString
// QString toQString(bool i18n = false) const { return this->convertToQString(i18n); }
//! Check values @{
bool isNaNVector() const;
bool isNaNVectorDouble() const;