mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
Status message << overload
https://discordapp.com/channels/539048679160676382/539925070550794240/598604482246475789
This commit is contained in:
committed by
Mat Sutcliffe
parent
7c2a3e4142
commit
3cb3724556
@@ -235,6 +235,8 @@ namespace BlackMisc
|
||||
//! \see QString::arg
|
||||
//! @{
|
||||
Derived &operator <<(const QString &v) { return arg(v); }
|
||||
Derived &operator <<(const QStringRef &v) { return arg(v.toString()); }
|
||||
Derived &operator <<(QStringView v) { return arg(v.toString()); }
|
||||
Derived &operator <<(int v) { return arg(QString::number(v)); }
|
||||
Derived &operator <<(uint v) { return arg(QString::number(v)); }
|
||||
Derived &operator <<(long v) { return arg(QString::number(v)); }
|
||||
|
||||
Reference in New Issue
Block a user