Ref T725, "<<" should work

This commit is contained in:
Klaus Basan
2019-09-16 00:21:34 +02:00
parent 4f0451f791
commit 64e8d42535

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;