mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
Ref T725, "<<" should work
This commit is contained in:
committed by
Mat Sutcliffe
parent
6521b89fdd
commit
b3b2f5b751
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user