mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-22 13:15:39 +08:00
Ref T552 Removed old unused string-based QDataStream operator that would cause ambiguity with new ones.
This commit is contained in:
@@ -326,13 +326,6 @@ namespace BlackMisc
|
|||||||
return stream;
|
return stream;
|
||||||
}
|
}
|
||||||
|
|
||||||
//! Operator << for QDataStream
|
|
||||||
friend QDataStream &operator<<(QDataStream &stream, const Derived &obj)
|
|
||||||
{
|
|
||||||
stream << obj.stringForStreaming();
|
|
||||||
return stream;
|
|
||||||
}
|
|
||||||
|
|
||||||
//! Stream operator << for std::cout
|
//! Stream operator << for std::cout
|
||||||
friend std::ostream &operator<<(std::ostream &ostr, const Derived &obj)
|
friend std::ostream &operator<<(std::ostream &ostr, const Derived &obj)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user