aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/connection.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/connection.h b/lib/connection.h
index 49039ffe..b22d63da 100644
--- a/lib/connection.h
+++ b/lib/connection.h
@@ -276,21 +276,12 @@ namespace QMatrixClient
static const QString StableTag; // "stable", as of CS API 0.5
bool isStable() const { return status == StableTag; }
- // Pretty-printing
-
friend QDebug operator<<(QDebug dbg,
const SupportedRoomVersion& v)
{
QDebugStateSaver _(dbg);
return dbg.nospace() << v.id << '/' << v.status;
}
-
- friend QDebug operator<<(QDebug dbg,
- const QVector<SupportedRoomVersion>& vs)
- {
- return QtPrivate::printSequentialContainer(
- dbg, "", vs);
- }
};
/// Get the room version recommended by the server