mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
Ref T725, "<<" should work
This commit is contained in:
@@ -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