diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-08-22 20:15:04 +0200 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-08-22 20:15:04 +0200 |
commit | c50420a0f2df7a7bf291312c38ac43e2c9f58141 (patch) | |
tree | 268918ad72494615ef9fbbcfa8a141faae6aa459 /lib/logging.h | |
parent | 40548a7995147f3f99212928ae27047de7a79618 (diff) | |
download | libquotient-c50420a0f2df7a7bf291312c38ac43e2c9f58141.tar.gz libquotient-c50420a0f2df7a7bf291312c38ac43e2c9f58141.zip |
Drop QMatrixClient namespace alias
Diffstat (limited to 'lib/logging.h')
-rw-r--r-- | lib/logging.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/logging.h b/lib/logging.h index 264215e1..1d1394e8 100644 --- a/lib/logging.h +++ b/lib/logging.h @@ -67,8 +67,6 @@ inline qint64 profilerMinNsecs() * 1000; } } // namespace Quotient -/// \deprecated Use namespace Quotient instead -namespace QMatrixClient = Quotient; inline QDebug operator<<(QDebug debug_object, const QElapsedTimer& et) { |