mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +08:00
Ref T725, "<<" should work
This commit is contained in:
@@ -135,6 +135,9 @@ namespace BlackMisc
|
|||||||
//! \copydoc Mixin::String::toQString
|
//! \copydoc Mixin::String::toQString
|
||||||
QString convertToQString(bool i18n = false) const;
|
QString convertToQString(bool i18n = false) const;
|
||||||
|
|
||||||
|
//! \copydoc Mixin::String::toQString
|
||||||
|
// QString toQString(bool i18n = false) const { return this->convertToQString(i18n); }
|
||||||
|
|
||||||
//! Check values @{
|
//! Check values @{
|
||||||
bool isNaNVector() const;
|
bool isNaNVector() const;
|
||||||
bool isNaNVectorDouble() const;
|
bool isNaNVectorDouble() const;
|
||||||
|
|||||||
Reference in New Issue
Block a user